|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The interface receives events about activity stack changes. The listener can listen to the activity stack. A listener follows the adapter pattern: it adapts a "client" object (usually a UI object) to receive notifications from activity stack (the one from which to receive events.)
Method Summary | |
void |
stackChanged(ActivityStackEvent event)
Invoked when stack size changed, which is caused after the completion of each execution, transaction, undo, or redo. |
Method Detail |
public void stackChanged(ActivityStackEvent event)
event
- the activity stack event
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |