A listener for changes in a graph's structure or contents, which are communicated through GraphEvent objects. GraphListeners register themselves with a GraphModel object, and receive events from Nodes and Edges contained by that model's root graph or any of its subgraphs.
@author Michael Shilman
@author John Reekie
@version $Id: GraphListener.java,v 1.11 2005/07/08 19:55:01 cxh Exp $
@Pt.AcceptedRating Yellow
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.