atg.service.queue
Interface EventQueueElement


public interface EventQueueElement

Represents one element in the EventQueue. Subclasses of EventQueue will define their own implementations EventQueueElement.


Field Summary
static java.lang.String CLASS_VERSION
           
 
Method Summary
 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
 

Field Detail

CLASS_VERSION

static final java.lang.String CLASS_VERSION
See Also:
Constant Field Values
Method Detail

clearValues

void clearValues()
Clears the values of the element, so that the element no longer has pointers to any objects


copyTo

void copyTo(EventQueueElement pElem)
Copies the values in this element to the specified element