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  EventStrategyon construction. | 
public TransactionalEventQueue(Graph graph)
public void addEvent(Event evt)
EventStrategy.EventQueueaddEvent in interface EventStrategy.EventQueuepublic void setListeners(List<MutationListener> listeners)
EventStrategy.EventQueueEventStrategy on construction.setListeners in interface EventStrategy.EventQueueCopyright © 2013–2015 Apache Software Foundation. All rights reserved.