com.phoenixst.plexus

Interface GraphListener

public interface GraphListener extends EventListener

The listener interface for receiving GraphEvents.

Since: 1.0

Version: $Revision: 1.5 $

Author: Ray A. Conner

Method Summary
voidedgeAdded(GraphEvent event)
Invoked when an edge has been added to the Graph.
voidedgeRemoved(GraphEvent event)
Invoked when an edge has been removed from the Graph.
voidnodeAdded(GraphEvent event)
Invoked when a node has been added to the Graph.
voidnodeRemoved(GraphEvent event)
Invoked when a node has been removed from the Graph.

Method Detail

edgeAdded

public void edgeAdded(GraphEvent event)
Invoked when an edge has been added to the Graph.

edgeRemoved

public void edgeRemoved(GraphEvent event)
Invoked when an edge has been removed from the Graph.

nodeAdded

public void nodeAdded(GraphEvent event)
Invoked when a node has been added to the Graph.

nodeRemoved

public void nodeRemoved(GraphEvent event)
Invoked when a node has been removed from the Graph.
See the Plexus project home, hosted by SourceForge.
Copyright B) 1994-2006, by Phoenix Software Technologists, Inc. and others. All Rights Reserved. Use is subject to license terms.