|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--ciagent.CIAgentEventQueue
The CIAgentEventListener
class defines queue that contains
agent events.
Constructor Summary | |
CIAgentEventQueue()
Creates an event queue. |
Method Summary | |
void |
addEvent(CIAgentEvent event)
Adds an event to the end of the queue. |
CIAgentEvent |
getNextEvent()
Retrieves the first element from the queue (if any) after removing it from the queue. |
CIAgentEvent |
peekEvent()
Retrieves the first element from the queue (if any) without removing it. |
Methods inherited from class java.lang.Object |
|
Constructor Detail |
public CIAgentEventQueue()
Method Detail |
public void addEvent(CIAgentEvent event)
event
- the CIAgentEvent to be added to the queuepublic CIAgentEvent getNextEvent()
public CIAgentEvent peekEvent()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |