public static class ProgressUpdateEvent.ProgressDetail
extends java.lang.Object
| Constructor and Description |
|---|
ProgressDetail(java.lang.Integer current,
java.lang.Integer total) |
| Modifier and Type | Method and Description |
|---|---|
int |
getCurrent()
Return the current progress value.
|
int |
getTotal()
Return the total progress possible value.
|
static boolean |
isEmpty(ProgressUpdateEvent.ProgressDetail progressDetail) |
public ProgressDetail(java.lang.Integer current,
java.lang.Integer total)
public int getCurrent()
public int getTotal()
public static boolean isEmpty(ProgressUpdateEvent.ProgressDetail progressDetail)