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