|
Extension SDK 10.1.2 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Observe
interface defines the notification API through which
interested observers are notified of subject changes.
In general, classes that are interested in being notified of state changes
in subjects they reference should implement the Observer
interface.
UpdateMessage
Method Summary | |
void |
update(java.lang.Object observed,
UpdateMessage change)
Notification message. |
Method Detail |
public void update(java.lang.Object observed, UpdateMessage change)
observed
- the subject whose state has changed.change
- what has changed.
|
Extension SDK | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright © 1997, 2004, Oracle. All rights reserved.