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