Constructors
| Name | Description |
|---|---|
| EventQueue() |
Methods
| Name | Description |
|---|---|
| getNextEvent() | Remove an event from the queue and return it. |
| peekEvent() | Return the first event without removing it. |
| peekEvent(int) | |
| postEvent(AWTEvent) | Post a 1.1-style event to the EventQueue. |