public interface ActionExecutorListener extends EventListener
ActionWorker in ActionExecutor.| Modifier and Type | Method and Description |
|---|---|
void |
actionCancel(ActionExecutorEvent event)
When action has cancel.
|
void |
actionDone(ActionExecutorEvent event)
When action has done.
|
void |
actionEnd(ActionExecutorEvent event)
When action has end.
|
void |
actionFail(ActionExecutorEvent event)
When action has failed.
|
void |
actionStart(ActionExecutorEvent event)
When action has started.
|
void actionStart(ActionExecutorEvent event)
event - the action executor eventActionExecutor.onActionStart(ActionWorker)void actionFail(ActionExecutorEvent event)
event - the action executor eventActionExecutor.onActionFail(ActionWorker)void actionCancel(ActionExecutorEvent event)
event - the action executor eventActionExecutor.onActionCancel(ActionWorker)void actionEnd(ActionExecutorEvent event)
event - the action executor eventActionExecutor.onActionEnd(ActionWorker)void actionDone(ActionExecutorEvent event)
event - the action executor eventActionExecutor.onAfterAction(ActionWorker)Copyright © 2008–2020 Ultreia.io. All rights reserved.