public interface GraphAddEdgeListener extends EventListener, Serializable
GraphListener| Modifier and Type | Method and Description |
|---|---|
void |
edgeAdded(GraphAddEdgeEvent e)
Deprecated.
Once implementations of this interface are registered with a Graph,
this method is automatically called whenever an Edge is added to the
Graph object.
|
void edgeAdded(GraphAddEdgeEvent e)
e - GraphAddEdgeEvent object that also specifies the Edge that was added
to the graphCopyright © 2019 JULIE Lab, Germany. All rights reserved.