GraphLab Project

Package graphlab.graph.event

Interface Summary
EdgeModelListener EdgeModelListener defines the interface for an object that listens to changes in a EdgModel.
GraphControlListener the base interface which should be used to implement any GraphRenderer
GraphModelListener the base interface which should be used to implement any GraphRenderer
VertexModelListener ************************************************************* GraphLab Project * Copyright (C) 2005 Math Science Department * of Sharif University of Technology * * See license.txt for more details about license of GraphLab.
 

Class Summary
EdgeEvent An event which indicates that a Edge action occurred.
GraphEvent An event which indicates that a graph action occurred.
GraphSelectData occurs in black board whenever a graph tab in GTabbedPane is selected
VertexEvent An event which indicates that a vertex action occurred.
 


GraphLab Project