| Package | Description |
|---|---|
| sun.net |
| Modifier and Type | Method and Description |
|---|---|
java.util.ArrayList<ProgressSource> |
ProgressMonitor.getProgressSources()
Return a snapshot of the ProgressSource list
|
| Modifier and Type | Method and Description |
|---|---|
void |
ProgressMonitor.registerSource(ProgressSource pi)
Register progress source when progress is began.
|
void |
ProgressMonitor.unregisterSource(ProgressSource pi)
Unregister progress source when progress is finished.
|
void |
ProgressMonitor.updateProgress(ProgressSource pi)
Progress source is updated.
|
| Constructor and Description |
|---|
ProgressEvent(ProgressSource source,
URL url,
java.lang.String method,
java.lang.String contentType,
ProgressSource.State state,
long progress,
long expected)
Construct a ProgressEvent object.
|