public class LogListener extends Object implements ActionExecutorListener
| Constructor and Description |
|---|
LogListener(org.apache.logging.log4j.Logger log) |
| 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.
|
public void actionStart(ActionExecutorEvent event)
ActionExecutorListeneractionStart in interface ActionExecutorListenerevent - the action executor eventActionExecutor.onActionStart(ActionWorker)public void actionFail(ActionExecutorEvent event)
ActionExecutorListeneractionFail in interface ActionExecutorListenerevent - the action executor eventActionExecutor.onActionFail(ActionWorker)public void actionCancel(ActionExecutorEvent event)
ActionExecutorListeneractionCancel in interface ActionExecutorListenerevent - the action executor eventActionExecutor.onActionCancel(ActionWorker)public void actionEnd(ActionExecutorEvent event)
ActionExecutorListeneractionEnd in interface ActionExecutorListenerevent - the action executor eventActionExecutor.onActionEnd(ActionWorker)public void actionDone(ActionExecutorEvent event)
ActionExecutorListeneractionDone in interface ActionExecutorListenerevent - the action executor eventActionExecutor.onAfterAction(ActionWorker)Copyright © 2008–2020 Ultreia.io. All rights reserved.