public class ExecutionStateLogger extends java.lang.Object implements ExecutionListener
| Constructor and Description |
|---|
ExecutionStateLogger() |
| Modifier and Type | Method and Description |
|---|---|
void |
executionFinished(ExecutionEvent event)
Notified when the runnable instance has finished an execution
|
void |
executionRequested(ExecutionEvent event)
Notified when an execution is requested (either by the user or due to all essential input data having been
received)
|
void |
executionReset(ExecutionEvent event)
Notified when the runnable instance is reset
|
void |
executionStarting(ExecutionEvent event)
Notified when the runnable instance is about to be execution
|
void |
executionStateChanged(ExecutionEvent event)
Notified when the execution state of the task changes
|
public void executionStateChanged(ExecutionEvent event)
ExecutionListenerexecutionStateChanged in interface ExecutionListenerpublic void executionRequested(ExecutionEvent event)
ExecutionListenerexecutionRequested in interface ExecutionListenerpublic void executionStarting(ExecutionEvent event)
ExecutionListenerexecutionStarting in interface ExecutionListenerpublic void executionFinished(ExecutionEvent event)
ExecutionListenerexecutionFinished in interface ExecutionListenerpublic void executionReset(ExecutionEvent event)
ExecutionListenerexecutionReset in interface ExecutionListener