|
ehsbe CommonsTM Version 1.1.0rc3 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TaskControl.Callback | |
---|---|
com.ehsbe.commons.gui.wizard |
Uses of TaskControl.Callback in com.ehsbe.commons.gui.wizard |
---|
Methods in com.ehsbe.commons.gui.wizard with annotations of type TaskControl.Callback | |
---|---|
void |
TaskControl.finished(Task task)
Callback for the task being executed in response to its Task.finish(HashMap, TaskControl, NavMode) to indicate, that it
is ready and switching to the next action indicated by the user is ok. |
void |
TaskControl.setBusy(Task task,
boolean busy)
Callback for the task being executed to indicate its busyness. |
void |
TaskControl.setNavMode(Task task,
EnumSet<NavMode> mode)
Calback for the currently executing task to inform about state changes, which caused a change in currently allowed navigation modes. |
void |
TaskControl.taskListChanged(Task task)
Facility to let the task in action notify interested parties, that the task list to whom it belongs to, was modified. |
|
ehsbe CommonsTM Version 1.1.0rc3 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |