Class Event.VertexPropertyRemovedEvent
java.lang.Object
org.apache.tinkerpop.gremlin.process.traversal.step.util.event.Event.VertexPropertyRemovedEvent
- All Implemented Interfaces:
Event
- Enclosing interface:
- Event
-
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.ElementLabelChangedEvent, Event.ElementPropertyChangedEvent, Event.ElementPropertyEvent, Event.VertexAddedEvent, Event.VertexPropertyChangedEvent, Event.VertexPropertyPropertyChangedEvent, Event.VertexPropertyPropertyRemovedEvent, Event.VertexPropertyRemovedEvent, Event.VertexRemovedEvent -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidfireEvent(Iterator<MutationListener> eventListeners) AnEventpublishes its action to all the eventMutationListenerobjects.
-
Constructor Details
-
VertexPropertyRemovedEvent
-
-
Method Details
-
fireEvent
Description copied from interface:EventAnEventpublishes its action to all the eventMutationListenerobjects.
-