public interface IElementEventQueue
Modifier and Type | Method and Description |
---|---|
void |
addElementEvent(IElementEventHandler hand,
IElementEvent event)
Adds an ElementEvent to be handled
|
void |
dispose()
Destroy the event queue
|
void addElementEvent(IElementEventHandler hand, IElementEvent event) throws IOException
hand
- The IElementEventHandlerevent
- The IElementEventHandler IElementEvent eventIOException
void dispose()
Copyright © 2002–2016 The Apache Software Foundation. All rights reserved.