Uses of Class
org.nuiton.jaxx.runtime.application.action.ActionWorker
-
Packages that use ActionWorker Package Description org.nuiton.jaxx.runtime.application.action org.nuiton.jaxx.runtime.application.action.event org.nuiton.jaxx.runtime.application.command -
-
Uses of ActionWorker in org.nuiton.jaxx.runtime.application.action
Subclasses of ActionWorker in org.nuiton.jaxx.runtime.application.action Modifier and Type Class Description classWizardActionWorker<E extends WizardExtStep,M extends WizardExtModel<E>>Un worker pour les opération longues d'administration.Methods in org.nuiton.jaxx.runtime.application.action 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.application.action that return types with arguments of type ActionWorker Modifier and Type Method Description Set<ActionWorker<?,?>>ActionExecutor. getTasks() -
Uses of ActionWorker in org.nuiton.jaxx.runtime.application.action.event
Methods in org.nuiton.jaxx.runtime.application.action.event that return ActionWorker Modifier and Type Method Description ActionWorkerActionExecutorEvent. getSource()Constructors in org.nuiton.jaxx.runtime.application.action.event with parameters of type ActionWorker Constructor Description ActionExecutorEvent(ActionWorker source, ActionExecutor executor) -
Uses of ActionWorker in org.nuiton.jaxx.runtime.application.command
Subclasses of ActionWorker in org.nuiton.jaxx.runtime.application.command Modifier and Type Class Description classCommandSupport.CommandLineActionWorker
-