|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Observer
A cleanroom implementation of the Observer interface for the Observable design pattern.
Method Summary | |
---|---|
void |
update(Observable o,
Object arg)
Updates the state of this Observer to be in synch with an Observable instance. |
Method Detail |
---|
void update(Observable o, Object arg)
o
- an Observable instance.arg
- an arbitrary argument to be passed.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |