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