|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
An interface for objects that can observe an ActionObservable.
| Method Summary | |
void |
actionPerformed(ActionObservable source,
Action action)
Called from the ActionObservable when an action has been performed or redone. |
void |
actionUndone(ActionObservable source,
Action action)
Called from the ActionObservable when an action has been undone. |
| Method Detail |
public void actionPerformed(ActionObservable source,
Action action)
ActionObservable when an action has been performed or redone.
source - the observable which this notification originated fromaction - the action which has been performed
public void actionUndone(ActionObservable source,
Action action)
ActionObservable when an action has been undone.
source - the observable which this notification originated fromaction - the action which has been undone
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||