org.nakedobjects.plugins.dnd.viewer.notifier
Class ViewUpdateNotifier

java.lang.Object
  extended by org.nakedobjects.plugins.dnd.viewer.notifier.ViewUpdateNotifier
All Implemented Interfaces:
DebugInfo

public class ViewUpdateNotifier
extends java.lang.Object
implements DebugInfo


Field Summary
protected  java.util.Hashtable<NakedObject,java.util.Vector<View>> viewListByAdapter
           
 
Constructor Summary
ViewUpdateNotifier()
           
 
Method Summary
 void add(View view)
           
 void debugData(DebugString buf)
           
 java.lang.String debugTitle()
           
 void invalidateViewsForChangedObjects()
           
 void remove(View view)
           
 void removeViewsForDisposedObjects()
           
 void shutdown()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

viewListByAdapter

protected java.util.Hashtable<NakedObject,java.util.Vector<View>> viewListByAdapter
Constructor Detail

ViewUpdateNotifier

public ViewUpdateNotifier()
Method Detail

add

public void add(View view)

debugData

public void debugData(DebugString buf)
Specified by:
debugData in interface DebugInfo

debugTitle

public java.lang.String debugTitle()
Specified by:
debugTitle in interface DebugInfo

remove

public void remove(View view)

shutdown

public void shutdown()

invalidateViewsForChangedObjects

public void invalidateViewsForChangedObjects()

removeViewsForDisposedObjects

public void removeViewsForDisposedObjects()


Copyright © 2001-2009 Naked Objects Group Ltd.. All Rights Reserved.