Package org.apache.tinkerpop.gremlin.process.traversal.step.util.event
package org.apache.tinkerpop.gremlin.process.traversal.step.util.event
-
ClassDescriptionCallbackRegistry<E extends Event>An example listener that writes a message to the console for each event that fires from the graph.An event that represents a label change on an element (vertex or edge).A base class for
Propertymutation events.A base class forPropertymutation events.Represents an action where aVertexPropertyis modified on aVertex.Represents an action where aPropertyis modified on aVertexProperty.Represents an action where aPropertyis removed from aVertexProperty.EventCallback<E extends Event>Logic for registering events with theEventStrategyand the callback registry.ListCallbackRegistry<E extends Event>Interface for a listener toEventStrategychange events.