E
- public interface EventQueue<E> extends EventDispatcher<E>, EventDestination<E>
Modifier and Type | Method and Description |
---|---|
boolean |
acquireControl(EventQueue<E> controller)
Gain control of the queue.
|
EventQueue<E> |
getController()
Returns the controlling queue.
|
void |
relinquishControl()
Relinquish foreign control over the queue.
|
dispatchEvents, isEmpty, setActiveEventProcessor
putEvent
boolean acquireControl(EventQueue<E> controller)
controller
- A queue.void relinquishControl()
EventQueue<E> getController()
Copyright © 2012. All Rights Reserved.