public interface TaskListener extends EventListener
| Modifier and Type | Method and Description | 
|---|---|
| void | phaseChanged(ChangeEvent<String> event)Receives notifications about phase changes of a task. | 
| void | progressChanged(ChangeEvent<Integer> event)Receives notifications about the current progress of a task. | 
| void | stateChanged(ChangeEvent<Task.State> event)Receives notifications about state change for a task. | 
void stateChanged(ChangeEvent<Task.State> event)
event - void progressChanged(ChangeEvent<Integer> event)
[0, 100].event - void phaseChanged(ChangeEvent<String> event)
event -