- java.lang.Object
-
- java.util.EventObject
-
- org.jgrapht.event.VertexTraversalEvent<V>
-
- Type Parameters:
V
- the graph vertex type
- All Implemented Interfaces:
Serializable
public class VertexTraversalEvent<V> extends EventObject
A traversal event for a graph vertex.- Author:
- Barak Naveh
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected V
vertex
The traversed vertex.-
Fields inherited from class java.util.EventObject
source
-
-
Constructor Summary
Constructors Constructor Description VertexTraversalEvent(Object eventSource, V vertex)
Creates a new VertexTraversalEvent.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description V
getVertex()
Returns the traversed vertex.-
Methods inherited from class java.util.EventObject
getSource, toString
-
-