public interface GraphEventListener<V,E>
extends java.util.EventListener
Modifier and Type | Method and Description |
---|---|
void |
handleGraphEvent(GraphEvent<V,E> evt)
Method called by the process generating a graph event to which
this instance is listening.
|
void handleGraphEvent(GraphEvent<V,E> evt)