public interface GraphEventListener<V,E> extends 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)
evt - the graph event to be handledCopyright © 2016. All rights reserved.