root/trunk/GraphChangeListener.java

Revision 3, 192 bytes (checked in by dpaola2, 4 years ago)

old pathways project added

Line 
1 // Implement this interface, then call graph.addGraphChangeListener(), and then
2 // you will be notified of changes to the graph.
3
4 interface GraphChangeListener {
5         public void graphChanged();
6 }
Note: See TracBrowser for help on using the browser.