E
- the graph edge typepublic class EdgeTraversalEvent<E> extends EventObject
Modifier and Type | Field and Description |
---|---|
protected E |
edge
The traversed edge.
|
source
Constructor and Description |
---|
EdgeTraversalEvent(Object eventSource,
E edge)
Creates a new EdgeTraversalEvent.
|
Modifier and Type | Method and Description |
---|---|
E |
getEdge()
Returns the traversed edge.
|
getSource, toString
Copyright © 2019. All rights reserved.