public interface ExecutionListener
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
|
void executionStateChanged(ExecutionEvent event)
void executionRequested(ExecutionEvent event)
void executionStarting(ExecutionEvent event)
void executionFinished(ExecutionEvent event)
void executionReset(ExecutionEvent event)