| |
|
| java.lang.Object java.util.Observable sun.net.ProgressData
CONNECTED | final public static int CONNECTED(Code) | | |
DELETE | final public static int DELETE(Code) | | |
NEW | final public static int NEW(Code) | | |
UPDATE | final public static int UPDATE(Code) | | |
connected | public void connected(URL m)(Code) | | Call this routine to register a new URL for the progress
window. until it is marked as connected this entry will have
a busy indicator.
|
getStreams | public synchronized ProgressEntry[] getStreams()(Code) | | Get a snapshot of the internal state of of the streams
|
register | public void register(ProgressEntry te)(Code) | | Call this routine to register a new URL for the progress
window. Until it is marked as connected this entry will have
a busy indicator.
|
unregister | public void unregister(ProgressEntry te)(Code) | | Call this routine to unregister a new URL for the progress
window. This will nuke the indicator from the ProgressWindow.
|
|
|
|