| 
 | Oracle Fusion Middleware Java API Reference for Oracle Extension SDK 11g Release 2 (11.1.2.4.0) E17493-05 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Observer
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 | 
|---|
void update(java.lang.Object observed,
            UpdateMessage change)
observed - the subject whose state has changed.change - what has changed.| 
 | Oracle Fusion Middleware Java API Reference for Oracle Extension SDK 11g Release 2 (11.1.2.4.0) E17493-05 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||