|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | METHOD | DETAIL: FIELD | METHOD | |||||||
public interface TaskListener extends EventListener
Listener receives events about execution of a task. All methods are invoked on the UI thread.
| Method Summary | |
|---|---|
void
|
phaseChanged(ChangeEvent event)
Receives notifications about phase changes of a task. |
void
|
progressChanged(ChangeEvent event)
Receives notifications about the current progress of a task. |
void
|
stateChanged(ChangeEvent event)
Receives notifications about state change for a task. |
| Methods inherited from class Object | |
|---|---|
| wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
| Method Detail |
|---|
public void phaseChanged(ChangeEvent event)
public void progressChanged(ChangeEvent event)
[0, 100].
public void stateChanged(ChangeEvent event)
null to pending
Groovy Documentation