public class ElementEventQueue extends java.lang.Object implements IElementEventQueue
Constructor and Description |
---|
ElementEventQueue(java.lang.String cacheName)
Constructor for the ElementEventQueue object
|
Modifier and Type | Method and Description |
---|---|
void |
addElementEvent(IElementEventHandler hand,
IElementEvent event)
Adds an ElementEvent to be handled
|
void |
destroy()
Event Q is emtpy.
|
boolean |
isAlive()
Gets the alive attribute of the IElementEventQueue object
|
java.lang.String |
toString() |
public ElementEventQueue(java.lang.String cacheName)
cacheName
- public void destroy()
destroy
in interface IElementEventQueue
public java.lang.String toString()
toString
in class java.lang.Object
public boolean isAlive()
IElementEventQueue
isAlive
in interface IElementEventQueue
public void addElementEvent(IElementEventHandler hand, IElementEvent event) throws java.io.IOException
addElementEvent
in interface IElementEventQueue
hand
- The IElementEventHandlerevent
- The IElementEventHandler IElementEvent eventjava.io.IOException
Copyright © 2002-2013 Apache Software Foundation. All Rights Reserved.