public class ProgressEvent extends EventObject
source| Constructor and Description |
|---|
ProgressEvent(Object source,
String progress,
int step,
int total) |
ProgressEvent(Object source,
Throwable error) |
| Modifier and Type | Method and Description |
|---|---|
Throwable |
getError() |
String |
getProgress() |
int |
getStep() |
int |
getTotal() |
boolean |
hasError() |
getSource, toStringCopyright © 2020. All rights reserved.