Uses of Class
org.nuiton.jaxx.runtime.swing.application.event.ActionExecutorEvent
-
Packages that use ActionExecutorEvent Package Description org.nuiton.jaxx.runtime.swing.application org.nuiton.jaxx.runtime.swing.application.event -
-
Uses of ActionExecutorEvent in org.nuiton.jaxx.runtime.swing.application
Method parameters in org.nuiton.jaxx.runtime.swing.application with type arguments of type ActionExecutorEvent Modifier and Type Method Description protected voidActionExecutor. fireAction(ActionWorker<?,?> worker, BiConsumer<ActionExecutorListener,ActionExecutorEvent> function) -
Uses of ActionExecutorEvent in org.nuiton.jaxx.runtime.swing.application.event
Methods in org.nuiton.jaxx.runtime.swing.application.event with parameters of type ActionExecutorEvent Modifier and Type Method Description voidActionExecutorListener. actionCancel(ActionExecutorEvent event)When action has cancel.voidLogListener. actionCancel(ActionExecutorEvent event)voidActionExecutorListener. actionDone(ActionExecutorEvent event)When action has done.voidLogListener. actionDone(ActionExecutorEvent event)voidActionExecutorListener. actionEnd(ActionExecutorEvent event)When action has end.voidLogListener. actionEnd(ActionExecutorEvent event)voidActionExecutorListener. actionFail(ActionExecutorEvent event)When action has failed.voidLogListener. actionFail(ActionExecutorEvent event)voidActionExecutorListener. actionStart(ActionExecutorEvent event)When action has started.voidLogListener. actionStart(ActionExecutorEvent event)
-