Package | Description |
---|---|
sun.net |
Modifier and Type | Method and Description |
---|---|
ProgressSource.State |
ProgressSource.getState()
Return state.
|
ProgressSource.State |
ProgressEvent.getState()
Return state.
|
static ProgressSource.State |
ProgressSource.State.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ProgressSource.State[] |
ProgressSource.State.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
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.
|