public interface GraphListener extends EventListener
GraphEvents.| Modifier and Type | Method and Description |
|---|---|
void |
edgeAdded(GraphEvent event)
Invoked when an edge has been added to the
Graph. |
void |
edgeRemoved(GraphEvent event)
Invoked when an edge has been removed from the
Graph. |
void |
nodeAdded(GraphEvent event)
Invoked when a node has been added to the
Graph. |
void |
nodeRemoved(GraphEvent event)
Invoked when a node has been removed from the
Graph. |
void nodeAdded(GraphEvent event)
Graph.void nodeRemoved(GraphEvent event)
Graph.void edgeAdded(GraphEvent event)
Graph.void edgeRemoved(GraphEvent event)
Graph.See the Plexus project home, hosted by SourceForge.
Copyright ? 1994-2006, by Phoenix Software Technologists, Inc. and others. All Rights Reserved. Use is subject to license terms.