public class ElementEventQueue extends Object implements IElementEventQueue
| Modifier and Type | Class and Description |
|---|---|
protected class |
ElementEventQueue.AbstractElementEventRunner
Deprecated.
No longer used
|
| Constructor and Description |
|---|
ElementEventQueue()
Constructor for the ElementEventQueue object
|
| Modifier and Type | Method and Description |
|---|---|
<T> void |
addElementEvent(IElementEventHandler hand,
IElementEvent<T> event)
Adds an ElementEvent to be handled
|
void |
dispose()
Dispose queue
|
public ElementEventQueue()
public void dispose()
dispose in interface IElementEventQueuepublic <T> void addElementEvent(IElementEventHandler hand, IElementEvent<T> event) throws IOException
addElementEvent in interface IElementEventQueuehand - The IElementEventHandlerevent - The IElementEventHandler IElementEvent eventIOExceptionCopyright © 2002–2022 The Apache Software Foundation. All rights reserved.