public class ProgressEvent extends TaskEvent
| Modifier and Type | Field and Description | 
|---|---|
protected int | 
current  | 
static int | 
INCREMENT  | 
static int | 
INDETERMINATE  | 
static int | 
NO_UPDATE_TO_PROGRESS  | 
| Constructor and Description | 
|---|
ProgressEvent(Task source, int current, long timeLeft, java.lang.String[] message)  | 
| Modifier and Type | Method and Description | 
|---|---|
int | 
getCurrent()  | 
long | 
getEstimatedTimeLeft()  | 
java.lang.String[] | 
getMessage()  | 
int | 
getTotal()  | 
void | 
setCurrent(int current)  | 
public static final int NO_UPDATE_TO_PROGRESS
public static final int INDETERMINATE
public static final int INCREMENT
protected int current
public ProgressEvent(Task source, int current, long timeLeft, java.lang.String[] message)