Uses of Interface
org.nuiton.jaxx.runtime.swing.application.event.ActionExecutorListener
-
Packages that use ActionExecutorListener Package Description org.nuiton.jaxx.runtime.swing.application org.nuiton.jaxx.runtime.swing.application.event -
-
Uses of ActionExecutorListener in org.nuiton.jaxx.runtime.swing.application
Methods in org.nuiton.jaxx.runtime.swing.application that return ActionExecutorListener Modifier and Type Method Description protected ActionExecutorListener[]ActionExecutor. getActionExecutorListener()Methods in org.nuiton.jaxx.runtime.swing.application with parameters of type ActionExecutorListener Modifier and Type Method Description voidActionExecutor. addActionExecutorListener(ActionExecutorListener listener)voidActionExecutor. removeActionExecutorListener(ActionExecutorListener listener)Method parameters in org.nuiton.jaxx.runtime.swing.application with type arguments of type ActionExecutorListener Modifier and Type Method Description protected voidActionExecutor. fireAction(ActionWorker<?,?> worker, BiConsumer<ActionExecutorListener,ActionExecutorEvent> function) -
Uses of ActionExecutorListener in org.nuiton.jaxx.runtime.swing.application.event
Classes in org.nuiton.jaxx.runtime.swing.application.event that implement ActionExecutorListener Modifier and Type Class Description classLogListener
-