public static class EventStrategy.DefaultEventQueue extends Object implements EventStrategy.EventQueue
| Constructor and Description | 
|---|
| DefaultEventQueue() | 
| 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 void setListeners(List<MutationListener> listeners)
EventStrategy.EventQueueEventStrategy on construction.setListeners in interface EventStrategy.EventQueuepublic void addEvent(Event evt)
EventStrategy.EventQueueaddEvent in interface EventStrategy.EventQueueCopyright © 2013–2015 Apache Software Foundation. All rights reserved.