|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.util.EventObject
org.jgrapht.event.VertexTraversalEvent<V>
public class VertexTraversalEvent<V>
A traversal event for a graph vertex.
| Field Summary | |
|---|---|
protected V |
vertex
The traversed vertex. |
| Fields inherited from class java.util.EventObject |
|---|
source |
| Constructor Summary | |
|---|---|
VertexTraversalEvent(java.lang.Object eventSource,
V vertex)
Creates a new VertexTraversalEvent. |
|
| Method Summary | |
|---|---|
V |
getVertex()
Returns the traversed vertex. |
| Methods inherited from class java.util.EventObject |
|---|
getSource, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected V vertex
| Constructor Detail |
|---|
public VertexTraversalEvent(java.lang.Object eventSource,
V vertex)
eventSource - the source of the event.vertex - the traversed vertex.| Method Detail |
|---|
public V getVertex()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||