|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface must be implemented by objects running in the engine's JVM that wish to be notified about significant state changes to a subtask activation.
Method Summary | |
---|---|
void |
activationStatusChanged(TWGTaskActivation act,
int status)
This method is called when the status of a task activation has changed. |
void |
clientStatusChanged(TWGTaskActivation act,
TWGLocalManagedObject lmo,
int status)
This method is called when the status of a client has changed. |
Method Detail |
public void activationStatusChanged(TWGTaskActivation act, int status)
act
- TWGTaskActivation object that had a state changestatus
- the new status of the activationpublic void clientStatusChanged(TWGTaskActivation act, TWGLocalManagedObject lmo, int status)
act
- TWGTaskActivation object that had client with a state changelmo
- TWGLocalManagedObject representing the clientstatus
- the new status of the client
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |