Class Event.VertexRemovedEvent
- java.lang.Object
 - 
- org.apache.tinkerpop.gremlin.process.traversal.step.util.event.Event.VertexRemovedEvent
 
 
- 
- 
Nested Class Summary
- 
Nested classes/interfaces inherited from interface org.apache.tinkerpop.gremlin.process.traversal.step.util.event.Event
Event.EdgeAddedEvent, Event.EdgePropertyChangedEvent, Event.EdgePropertyRemovedEvent, Event.EdgeRemovedEvent, Event.ElementPropertyChangedEvent, Event.ElementPropertyEvent, Event.VertexAddedEvent, Event.VertexPropertyChangedEvent, Event.VertexPropertyPropertyChangedEvent, Event.VertexPropertyPropertyRemovedEvent, Event.VertexPropertyRemovedEvent, Event.VertexRemovedEvent 
 - 
 
- 
Constructor Summary
Constructors Constructor Description VertexRemovedEvent(Vertex vertex) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidfireEvent(Iterator<MutationListener> eventListeners)AnEventpublishes its action to all the eventMutationListenerobjects. 
 - 
 
- 
- 
Constructor Detail
- 
VertexRemovedEvent
public VertexRemovedEvent(Vertex vertex)
 
 - 
 
- 
Method Detail
- 
fireEvent
public void fireEvent(Iterator<MutationListener> eventListeners)
Description copied from interface:EventAnEventpublishes its action to all the eventMutationListenerobjects. 
 - 
 
 -