public static class ProgressUpdateEvent.ProgressDetail extends Object
| Constructor and Description | 
|---|
ProgressDetail(Integer current,
              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 int getCurrent()
public int getTotal()
public static boolean isEmpty(ProgressUpdateEvent.ProgressDetail progressDetail)