public interface EventQueueElement
Represents one element in the EventQueue. Subclasses of EventQueue will define their own implementations EventQueueElement.
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
CLASS_VERSION |
Modifier and Type | Method and Description |
---|---|
void |
clearValues()
Clears the values of the element, so that the element no longer
has pointers to any objects
|
void |
copyTo(EventQueueElement pElem)
Copies the values in this element to the specified element
|
static final java.lang.String CLASS_VERSION
void clearValues()
void copyTo(EventQueueElement pElem)