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