snap.graph
Interface GraphChangeEventListener

All Superinterfaces:
java.util.EventListener
All Known Implementing Classes:
CoordinationManager, DiagramPanel

public interface GraphChangeEventListener
extends java.util.EventListener

The interface for a listener to GraphChangeEvents.

Author:
Nathan Conklin - nathan@conklinfamily.net, Chris North - north@cs.vt.edu, Varun Saini - vsaini@vt.edu, Umer Farooq - ufarooq@vt.edu, Aniket Prabhune - aprabhun@vt.edu

Method Summary
 void graphChanged(snap.graph.GraphChangeEvent e)
           
 

Method Detail

graphChanged

public void graphChanged(snap.graph.GraphChangeEvent e)