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