org.progeeks.graph.swing
Class RootedTreeViewModel.GraphObserver

java.lang.Object
  extended by org.progeeks.graph.swing.RootedTreeViewModel.GraphObserver
All Implemented Interfaces:
com.phoenixst.plexus.GraphListener, java.util.EventListener
Enclosing class:
RootedTreeViewModel

protected class RootedTreeViewModel.GraphObserver
extends java.lang.Object
implements com.phoenixst.plexus.GraphListener


Constructor Summary
RootedTreeViewModel.GraphObserver()
           
 
Method Summary
 void edgeAdded(com.phoenixst.plexus.GraphEvent event)
           
 void edgeRemoved(com.phoenixst.plexus.GraphEvent event)
           
 void nodeAdded(com.phoenixst.plexus.GraphEvent event)
           
 void nodeRemoved(com.phoenixst.plexus.GraphEvent event)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RootedTreeViewModel.GraphObserver

public RootedTreeViewModel.GraphObserver()
Method Detail

nodeAdded

public void nodeAdded(com.phoenixst.plexus.GraphEvent event)
Specified by:
nodeAdded in interface com.phoenixst.plexus.GraphListener

nodeRemoved

public void nodeRemoved(com.phoenixst.plexus.GraphEvent event)
Specified by:
nodeRemoved in interface com.phoenixst.plexus.GraphListener

edgeAdded

public void edgeAdded(com.phoenixst.plexus.GraphEvent event)
Specified by:
edgeAdded in interface com.phoenixst.plexus.GraphListener

edgeRemoved

public void edgeRemoved(com.phoenixst.plexus.GraphEvent event)
Specified by:
edgeRemoved in interface com.phoenixst.plexus.GraphListener


Copyright © 2002-2003 Paul Speed. All Rights Reserved.