public static interface EventStrategy.EventQueue
| 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. | 
void setListeners(List<MutationListener> listeners)
EventStrategy on construction.void addEvent(Event evt)
Copyright © 2013–2015 Apache Software Foundation. All rights reserved.