|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.nakedobjects.viewer.classic.ViewNotifier
| Constructor Summary | |
ViewNotifier()
|
|
| Method Summary | |
void |
broadcastAdd(NakedCollection collection,
NakedObject element)
Indicates that an element has been added to a collection |
void |
broadcastObject(NakedObject object)
Indicates that a specific object has been changed |
void |
broadcastRemove(NakedCollection collection,
NakedObject element)
Indicates that an element has been removed from a collection |
void |
init()
Called when the UpdateNotifier is installed. |
void |
shutdown()
Called when the UpdateNotifier is about to be shutdown. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ViewNotifier()
| Method Detail |
public void broadcastAdd(NakedCollection collection,
NakedObject element)
UpdateNotifier
broadcastAdd in interface UpdateNotifiercollection - the collection being added toelement - the object being addedpublic void broadcastObject(NakedObject object)
UpdateNotifier
broadcastObject in interface UpdateNotifierobject -
public void broadcastRemove(NakedCollection collection,
NakedObject element)
UpdateNotifier
broadcastRemove in interface UpdateNotifiercollection - the collection being removed fromelement - the object being removedpublic void init()
UpdateNotifier
init in interface UpdateNotifierpublic void shutdown()
UpdateNotifier
shutdown in interface UpdateNotifier
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||