|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
O - the type of object passed to the update method and giving information about the updated object.public interface IObserver<O>
An observer, to be used with an observed object. This observer object will be warned when the observed object is updated.
| Method Summary | |
|---|---|
void |
update(O updated)
Called after an update happened. |
| Method Detail |
|---|
void update(O updated)
updated - an information about some object that has been updated, possibly null except if the
observed object specifies otherwize.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||