annas.test.graph
Class DefaultGraphObserver

java.lang.Object
  extended by annas.test.graph.DefaultGraphObserver
All Implemented Interfaces:
GraphObserver

public class DefaultGraphObserver
extends java.lang.Object
implements GraphObserver


Constructor Summary
DefaultGraphObserver()
           
 
Method Summary
 void Update(GraphEvent e)
          Graph event representing the event that has occurred
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultGraphObserver

public DefaultGraphObserver()
Method Detail

Update

public void Update(GraphEvent e)
Description copied from interface: GraphObserver
Graph event representing the event that has occurred

Specified by:
Update in interface GraphObserver