|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IEventQueue
This interface represents a queue of events that wait for handling by a tree of widgets.
Method Summary | |
---|---|
boolean |
hasEvents()
Determine whether there are some events in the queue. |
Event |
nextEvent()
Return the next event in the queue or null if the queue is empty. |
void |
putEvent(Event event)
Put the event into the event queue. |
Method Detail |
---|
void putEvent(Event event)
event
- The event to put into this queue (must not be null
)boolean hasEvents()
true
if there are some events in the queue.Event nextEvent()
null
if the queue is empty.
null
if the queue is empty.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |