public class EventQueue
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
CANCEL_ALL |
static int |
PROCESS_NEXT_EVENT |
Constructor and Description |
---|
EventQueue() |
Modifier and Type | Method and Description |
---|---|
void |
clear() |
boolean |
hasMoreEvents() |
WebClientEvent |
peek() |
WebClientEvent |
pop() |
void |
push(WebClientEvent event) |
boolean |
removeEventFromQueue(java.lang.String eventType,
java.lang.String targetID) |
public static final int PROCESS_NEXT_EVENT
public static final int CANCEL_ALL
public void push(WebClientEvent event)
public WebClientEvent pop()
public boolean hasMoreEvents()
public WebClientEvent peek()
public boolean removeEventFromQueue(java.lang.String eventType, java.lang.String targetID)
public void clear()