public class SchedulingEventQueue
extends java.awt.EventQueue
| Constructor and Description |
|---|
SchedulingEventQueue() |
| Modifier and Type | Method and Description |
|---|---|
void |
clearEvents() |
java.awt.AWTEvent |
getNextEvent() |
boolean |
isBlocked() |
boolean |
isEmpty() |
boolean |
isProcessingFileDownload() |
void |
push(java.awt.EventQueue newEventQueue) |
void |
scheduleEvent(java.awt.AWTEvent event,
java.awt.AWTEvent dependentEvent) |
void |
setBlocked(boolean b) |
void |
setProcessingFileDownload(boolean processingFileDownload) |
public void scheduleEvent(java.awt.AWTEvent event,
java.awt.AWTEvent dependentEvent)
public java.awt.AWTEvent getNextEvent()
throws java.lang.InterruptedException
getNextEvent in class java.awt.EventQueuejava.lang.InterruptedExceptionpublic boolean isEmpty()
public boolean isBlocked()
public void setBlocked(boolean b)
public boolean isProcessingFileDownload()
public void setProcessingFileDownload(boolean processingFileDownload)
public void clearEvents()
public void push(java.awt.EventQueue newEventQueue)
push in class java.awt.EventQueueCopyright © 2000-2012 CreamTec LLC. All Rights Reserved.