org.progeeks.graph.swing
Class OrientedForestModel.GraphObserver
java.lang.Object
org.progeeks.graph.swing.OrientedForestModel.GraphObserver
- All Implemented Interfaces:
- com.phoenixst.plexus.GraphListener, java.util.EventListener
- Enclosing class:
- OrientedForestModel
protected class OrientedForestModel.GraphObserver
- extends java.lang.Object
- implements com.phoenixst.plexus.GraphListener
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 |
OrientedForestModel.GraphObserver
public OrientedForestModel.GraphObserver()
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.