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