annas.graph
Interface GraphObserver

All Known Implementing Classes:
DefaultGraphObserver

public interface GraphObserver

Any class wishing to observer a class must implement this interface

Author:
Sam Wilson

Method Summary
 void Update(GraphEvent e)
          Graph event representing the event that has occurred
 

Method Detail

Update

void Update(GraphEvent e)
Graph event representing the event that has occurred

Parameters:
e -