Uses of Interface
org.apache.tinkerpop.gremlin.process.traversal.step.util.event.MutationListener
-
Packages that use MutationListener Package Description org.apache.tinkerpop.gremlin.process.traversal.step.util.event org.apache.tinkerpop.gremlin.process.traversal.strategy.decoration -
-
Uses of MutationListener in org.apache.tinkerpop.gremlin.process.traversal.step.util.event
Classes in org.apache.tinkerpop.gremlin.process.traversal.step.util.event that implement MutationListener Modifier and Type Class Description classConsoleMutationListenerAn example listener that writes a message to the console for each event that fires from the graph.Method parameters in org.apache.tinkerpop.gremlin.process.traversal.step.util.event with type arguments of type MutationListener Modifier and Type Method Description voidEvent.EdgeAddedEvent. fireEvent(Iterator<MutationListener> eventListeners)voidEvent.EdgeRemovedEvent. fireEvent(Iterator<MutationListener> eventListeners)voidEvent.ElementPropertyEvent. fireEvent(Iterator<MutationListener> eventListeners)voidEvent. fireEvent(Iterator<MutationListener> eventListeners)AnEventpublishes its action to all the eventMutationListenerobjects.voidEvent.VertexAddedEvent. fireEvent(Iterator<MutationListener> eventListeners)voidEvent.VertexPropertyRemovedEvent. fireEvent(Iterator<MutationListener> eventListeners)voidEvent.VertexRemovedEvent. fireEvent(Iterator<MutationListener> eventListeners) -
Uses of MutationListener in org.apache.tinkerpop.gremlin.process.traversal.strategy.decoration
Methods in org.apache.tinkerpop.gremlin.process.traversal.strategy.decoration with parameters of type MutationListener Modifier and Type Method Description EventStrategy.BuilderEventStrategy.Builder. addListener(MutationListener listener)Method parameters in org.apache.tinkerpop.gremlin.process.traversal.strategy.decoration with type arguments of type MutationListener Modifier and Type Method Description voidEventStrategy.DefaultEventQueue. setListeners(List<MutationListener> listeners)voidEventStrategy.EventQueue. setListeners(List<MutationListener> listeners)Provide listeners to the queue that were given to theEventStrategyon construction.voidEventStrategy.TransactionalEventQueue. setListeners(List<MutationListener> listeners)
-