public class ExecutionEvent
extends java.lang.Object
Constructor and Description |
---|
ExecutionEvent(ExecutionState state,
ExecutionState oldState,
Task task) |
ExecutionEvent(ExecutionState state,
Task task) |
Modifier and Type | Method and Description |
---|---|
ExecutionState |
getOldState() |
ExecutionState |
getState() |
Task |
getTask() |
public ExecutionEvent(ExecutionState state, ExecutionState oldState, Task task)
public ExecutionEvent(ExecutionState state, Task task)
public ExecutionState getState()
public ExecutionState getOldState()
public Task getTask()