|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface Observer
Used by the notification mechanism: objects which are used to observe state changes have to implement this interface.
| Method Summary | |
|---|---|
void |
eventObserved(Event theEvent)
This method is invoked by the observed object when a state change occurs. |
| Method Detail |
|---|
void eventObserved(Event theEvent)
theEvent - the event which caused the state change.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||