|
xmlBlaster 2.1.0 API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Observer
The Observer interface lists the methods that an Observer must implement so that a Subject can send an update notification to the Observer.
| Method Summary | |
|---|---|
void |
update(Subject o)
update must be implemented by a concrete observer. |
| Method Detail |
|---|
void update(Subject o)
Subject - o: sends an update notification to the observer.
|
xmlBlaster 2.1.0 API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||