Package | Description |
---|---|
org.apache.tinkerpop.gremlin.process.traversal.step.util.event | |
org.apache.tinkerpop.gremlin.process.traversal.strategy.decoration |
Modifier and Type | Class and Description |
---|---|
class |
ConsoleMutationListener
An example listener that writes a message to the console for each event that fires from the graph.
|
Modifier and Type | Method and Description |
---|---|
void |
Event.fireEvent(Iterator<MutationListener> eventListeners)
An
Event publishes its action to all the event MutationListener objects. |
void |
Event.EdgeAddedEvent.fireEvent(Iterator<MutationListener> eventListeners) |
void |
Event.EdgeRemovedEvent.fireEvent(Iterator<MutationListener> eventListeners) |
void |
Event.VertexAddedEvent.fireEvent(Iterator<MutationListener> eventListeners) |
void |
Event.VertexPropertyRemovedEvent.fireEvent(Iterator<MutationListener> eventListeners) |
void |
Event.VertexRemovedEvent.fireEvent(Iterator<MutationListener> eventListeners) |
void |
Event.ElementPropertyEvent.fireEvent(Iterator<MutationListener> eventListeners) |
Modifier and Type | Class and Description |
---|---|
static class |
EventStrategyProcessTest.StubMutationListener |
Modifier and Type | Method and Description |
---|---|
EventStrategy.Builder |
EventStrategy.Builder.addListener(MutationListener listener) |
Modifier and Type | Method and Description |
---|---|
void |
EventStrategy.EventQueue.setListeners(List<MutationListener> listeners)
Provide listeners to the queue that were given to the
EventStrategy on construction. |
void |
EventStrategy.DefaultEventQueue.setListeners(List<MutationListener> listeners) |
void |
EventStrategy.TransactionalEventQueue.setListeners(List<MutationListener> listeners) |
Copyright © 2013–2017 Apache Software Foundation. All rights reserved.