- onActionCancel(ActionWorker<?, ?>) - Method in class org.nuiton.jaxx.runtime.swing.application.ActionExecutor
-
Hook when a action has been canceled.
- onActionEnd(ActionWorker<?, ?>) - Method in class org.nuiton.jaxx.runtime.swing.application.ActionExecutor
-
Hook when a action has end with no failure or cancel.
- onActionFail(ActionWorker<?, ?>) - Method in class org.nuiton.jaxx.runtime.swing.application.ActionExecutor
-
Hook when a action has failed.
- onActionStart(ActionWorker<?, ?>) - Method in class org.nuiton.jaxx.runtime.swing.application.ActionExecutor
-
Hook when a action is about to start.
- onAfterAction(ActionWorker<?, ?>) - Method in class org.nuiton.jaxx.runtime.swing.application.ActionExecutor
-
Hook atfer action is consumed.
- onClose(boolean) - Method in class org.nuiton.jaxx.runtime.swing.application.ApplicationRunner
-
Hook to close runner.
- onError(Exception) - Method in class org.nuiton.jaxx.runtime.swing.application.ApplicationRunner
-
Hook when an error occurs in runner.
- onInit() - Method in class org.nuiton.jaxx.runtime.swing.application.ApplicationRunner
-
Hook to init runner.
- onShutdown() - Method in class org.nuiton.jaxx.runtime.swing.application.ApplicationRunner
-
Hook to shutdown launcher
- onShutdown(Exception) - Method in class org.nuiton.jaxx.runtime.swing.application.ApplicationRunner
-
Hook to shutdown launcher when an exception occurs on clsoing.
- onStart() - Method in class org.nuiton.jaxx.runtime.swing.application.ApplicationRunner
-
Hook to start runner.
- org.nuiton.jaxx.runtime.swing.application - package org.nuiton.jaxx.runtime.swing.application
-