|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Observer
An Observer. Implement this interface to register for subject changes.
Method Summary | |
---|---|
void |
fireChange(Subject subject)
Notification that a subject has changed |
Method Detail |
---|
void fireChange(Subject subject)
subject
- the subject
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |