public interface IElementEventQueue
Modifier and Type | Method and Description |
---|---|
void |
addElementEvent(IElementEventHandler hand,
IElementEvent event)
Adds an ElementEvent to be handled
|
void |
destroy()
Description of the Method
|
boolean |
isAlive()
Gets the alive attribute of the IElementEventQueue object
|
void addElementEvent(IElementEventHandler hand, IElementEvent event) throws java.io.IOException
hand
- The IElementEventHandlerevent
- The IElementEventHandler IElementEvent eventjava.io.IOException
void destroy()
boolean isAlive()
Copyright © 2002-2013 Apache Software Foundation. All Rights Reserved.