test.edu.uci.ics.jung.graph.event
Class TestGraphEventListener.EventConsistencyChecker

java.lang.Object
  extended by test.edu.uci.ics.jung.graph.event.TestGraphEventListener.EventConsistencyChecker
All Implemented Interfaces:
GraphEventListener, EventListener
Enclosing class:
TestGraphEventListener

public class TestGraphEventListener.EventConsistencyChecker
extends Object
implements GraphEventListener


Constructor Summary
TestGraphEventListener.EventConsistencyChecker()
           
 
Method Summary
 void edgeAdded(GraphEvent event)
           
 void edgeRemoved(GraphEvent event)
           
 void vertexAdded(GraphEvent event)
           
 void vertexRemoved(GraphEvent event)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestGraphEventListener.EventConsistencyChecker

public TestGraphEventListener.EventConsistencyChecker()
Method Detail

vertexAdded

public void vertexAdded(GraphEvent event)
Specified by:
vertexAdded in interface GraphEventListener
See Also:
GraphEventListener.vertexAdded(edu.uci.ics.jung.graph.event.GraphEvent)

vertexRemoved

public void vertexRemoved(GraphEvent event)
Specified by:
vertexRemoved in interface GraphEventListener
See Also:
GraphEventListener.vertexRemoved(edu.uci.ics.jung.graph.event.GraphEvent)

edgeAdded

public void edgeAdded(GraphEvent event)
Specified by:
edgeAdded in interface GraphEventListener
See Also:
GraphEventListener.edgeAdded(edu.uci.ics.jung.graph.event.GraphEvent)

edgeRemoved

public void edgeRemoved(GraphEvent event)
Specified by:
edgeRemoved in interface GraphEventListener
See Also:
GraphEventListener.edgeRemoved(edu.uci.ics.jung.graph.event.GraphEvent)