public class HistoryTrackerAutoSave extends java.lang.Object implements ExecutionListener
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
AUTO_SAVE |
static java.lang.String |
AUTO_SAVE_APPEND |
static java.lang.String |
AUTO_SAVE_FILENAME |
| Constructor and Description |
|---|
HistoryTrackerAutoSave() |
| 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 static final java.lang.String AUTO_SAVE
public static final java.lang.String AUTO_SAVE_FILENAME
public static final java.lang.String AUTO_SAVE_APPEND
public 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 ExecutionListenerpublic void executionStateChanged(ExecutionEvent event)
ExecutionListenerexecutionStateChanged in interface ExecutionListener