|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ITaskInstanceStateListener
State listener interface for ITaskInstance state changes.
| Method Summary | |
|---|---|
void |
onStateChanged(ITaskInstance instance,
TaskState oldState,
TaskState newState)
This event is called when a ITaskInstance exits one
TaskState and enters another. |
| Method Detail |
|---|
void onStateChanged(ITaskInstance instance,
TaskState oldState,
TaskState newState)
ITaskInstance exits one
TaskState and enters another.
instance - the task instance that changed stateoldState - the previous state. Might be null.newState - the new state
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||