Uses of Class
org.nuiton.jaxx.runtime.swing.application.ActionWorker
-
Packages that use ActionWorker Package Description org.nuiton.jaxx.runtime.swing.application org.nuiton.jaxx.runtime.swing.application.event -
-
Uses of ActionWorker in org.nuiton.jaxx.runtime.swing.application
Fields in org.nuiton.jaxx.runtime.swing.application with type parameters of type ActionWorker Modifier and Type Field Description protected Set<ActionWorker<?,?>>ActionExecutor. tasksCuurrent tasks.Methods in org.nuiton.jaxx.runtime.swing.application that return ActionWorker Modifier and Type Method Description ActionWorker<?,?>ActionExecutor. addAction(String actionLabel, Runnable action)Add an new action to perform.Methods in org.nuiton.jaxx.runtime.swing.application that return types with arguments of type ActionWorker Modifier and Type Method Description Set<ActionWorker<?,?>>ActionExecutor. getTasks()Methods in org.nuiton.jaxx.runtime.swing.application with parameters of type ActionWorker Modifier and Type Method Description voidActionExecutor. addAction(ActionWorker<?,?> worker)Add an new worker to perform.protected voidActionExecutor. executeWorker(String actionLabel, ActionWorker<?,?> worker)Execute worker once it was added to tasks.protected voidActionExecutor. fireAction(ActionWorker<?,?> worker, BiConsumer<ActionExecutorListener,ActionExecutorEvent> function)protected voidActionExecutor. fireActionCancel(ActionWorker<?,?> source)protected voidActionExecutor. fireActionDone(ActionWorker<?,?> worker)protected voidActionExecutor. fireActionEnd(ActionWorker<?,?> source)protected voidActionExecutor. fireActionFail(ActionWorker<?,?> source)protected voidActionExecutor. fireActionStart(ActionWorker<?,?> source)voidActionExecutor. onActionCancel(ActionWorker<?,?> source)Hook when a action has been canceled.voidActionExecutor. onActionEnd(ActionWorker<?,?> source)Hook when a action has end with no failure or cancel.voidActionExecutor. onActionFail(ActionWorker<?,?> source)Hook when a action has failed.voidActionExecutor. onActionStart(ActionWorker<?,?> source)Hook when a action is about to start.voidActionExecutor. onAfterAction(ActionWorker<?,?> source)Hook after action is consumed. -
Uses of ActionWorker in org.nuiton.jaxx.runtime.swing.application.event
Methods in org.nuiton.jaxx.runtime.swing.application.event that return ActionWorker Modifier and Type Method Description ActionWorker<?,?>ActionExecutorEvent. getWorker()Constructors in org.nuiton.jaxx.runtime.swing.application.event with parameters of type ActionWorker Constructor Description ActionExecutorEvent(ActionExecutor source, ActionWorker<?,?> worker)
-