Uses of Class
jaxx.runtime.swing.application.ActionWorker
| Package | Description |
|---|---|
| jaxx.runtime.swing.application |
-
Uses of ActionWorker in jaxx.runtime.swing.application
Fields in jaxx.runtime.swing.application with type parameters of type ActionWorker Modifier and Type Field Description protected java.util.Set<ActionWorker<?,?>>ActionExecutor. taskscurrent tasksMethods in jaxx.runtime.swing.application that return ActionWorker Modifier and Type Method Description ActionWorker<?,?>ActionExecutor. addAction(java.lang.String actionLabel, java.lang.Runnable action)Add an new action to perform.Methods in jaxx.runtime.swing.application that return types with arguments of type ActionWorker Modifier and Type Method Description java.util.Set<ActionWorker<?,?>>ActionExecutor. getTasks()Methods in jaxx.runtime.swing.application with parameters of type ActionWorker Modifier and Type Method Description abstract voidActionExecutor. onActionCancel(ActionWorker<?,?> source)Hook when a action has been canceled.abstract voidActionExecutor. onActionEnd(ActionWorker<?,?> source)Hook when a action has end with no failure or cancel.abstract voidActionExecutor. onActionFail(ActionWorker<?,?> source)Hook when a action has failed.abstract voidActionExecutor. onActionStart(ActionWorker<?,?> source)Hook when a action is about to start.abstract voidActionExecutor. onAfterAction(ActionWorker<?,?> source)Hook atfer action is consumed.