|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.nakedobjects.viewer.lightweight.ViewUpdateNotifier
| Constructor Summary | |
ViewUpdateNotifier()
|
|
| Method Summary | |
void |
add(ObjectView view)
|
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 |
java.lang.String |
getDebugData()
Debug details describing the object being investigated |
java.lang.String |
getDebugTitle()
the title for the debug information |
void |
init()
Called when the UpdateNotifier is installed. |
void |
remove(ObjectView view)
|
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 ViewUpdateNotifier()
| Method Detail |
public java.lang.String getDebugData()
DebugInfo
getDebugData in interface DebugInfopublic java.lang.String getDebugTitle()
DebugInfo
getDebugTitle in interface DebugInfopublic void add(ObjectView view)
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 remove(ObjectView view)
public void shutdown()
UpdateNotifier
shutdown in interface UpdateNotifier
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||