E - the graph edge typepublic class EdgeTraversalEvent<E>
extends java.util.EventObject
| Constructor and Description |
|---|
EdgeTraversalEvent(java.lang.Object eventSource,
E edge)
Creates a new EdgeTraversalEvent.
|
| Modifier and Type | Method and Description |
|---|---|
E |
getEdge()
Returns the traversed edge.
|
protected E edge
public EdgeTraversalEvent(java.lang.Object eventSource,
E edge)
eventSource - the source of the event.edge - the traversed edge.public E getEdge()
Copyright © 2019. All Rights Reserved.