org.apache.maven.diagrams.connector_api
Interface GraphListener
- All Known Implementing Classes:
- GraphBuilderListener
public interface GraphListener
Interface for listening event's about graph's changes.
- Author:
- Piotr Tabor
Method Summary |
void |
addEdge(org.apache.maven.diagrams.graph_api.Edge edge)
|
void |
addNode(org.apache.maven.diagrams.graph_api.Node node)
|
void |
delEdge(org.apache.maven.diagrams.graph_api.Node node)
|
void |
delNode(org.apache.maven.diagrams.graph_api.Node node)
|
void |
finish()
Marks that the graph is finished (no more changes are allowed) |
void |
init(org.apache.maven.diagrams.graph_api.GraphMetadata metadata)
|
init
void init(org.apache.maven.diagrams.graph_api.GraphMetadata metadata)
addNode
void addNode(org.apache.maven.diagrams.graph_api.Node node)
delNode
void delNode(org.apache.maven.diagrams.graph_api.Node node)
addEdge
void addEdge(org.apache.maven.diagrams.graph_api.Edge edge)
delEdge
void delEdge(org.apache.maven.diagrams.graph_api.Node node)
finish
void finish()
- Marks that the graph is finished (no more changes are allowed)
Copyright © 2002-2010 Apache Software Foundation. All Rights Reserved.