public static class EventStrategy.TransactionalEventQueue extends Object implements EventStrategy.EventQueue
Constructor and Description |
---|
TransactionalEventQueue(Graph graph) |
Modifier and Type | Method and Description |
---|---|
void |
addEvent(Event evt)
Add an event to the event queue.
|
void |
setListeners(List<MutationListener> listeners)
Provide listeners to the queue that were given to the
EventStrategy on construction. |
public TransactionalEventQueue(Graph graph)
public void addEvent(Event evt)
EventStrategy.EventQueue
addEvent
in interface EventStrategy.EventQueue
public void setListeners(List<MutationListener> listeners)
EventStrategy.EventQueue
EventStrategy
on construction.setListeners
in interface EventStrategy.EventQueue
Copyright © 2013–2017 Apache Software Foundation. All rights reserved.