Class net.ProgressEntry
All Packages This Package Previous Next
Class net.ProgressEntry
java.lang.Object
|
+----net.ProgressEntry
-
public class
ProgressEntry
-
extends Object
-
AUDIO
-
-
CLASS
-
-
HTML
-
-
IMAGE
-
-
OTHER
-
-
connected
-
-
key
-
-
label
-
-
need
-
-
read
-
-
type
-
-
connected()
-
-
setType(String, String)
-
-
update(int, int)
-
HTML
public final static int HTML
IMAGE
public final static int IMAGE
CLASS
public final static int CLASS
AUDIO
public final static int AUDIO
OTHER
public final static int OTHER
need
public int need
read
public int read
connected
public boolean connected
label
public String label
type
public int type
key
public Object key
setType
public void setType(String l,
String ctype)
update
public void update(int total_read,
int total_need)
connected
public synchronized boolean connected()
All Packages This Package Previous Next