public class Event
extends java.lang.Object
EventQueue.| Modifier and Type | Class and Description |
|---|---|
static class |
Event.Type
The various types of events.
|
| Modifier and Type | Field and Description |
|---|---|
static Event |
SERVER_START_EVENT
This event is always returned first by
EventQueue.pop(). |
static Event |
SERVER_STOP_EVENT
This event is always returned last by
EventQueue.pop(). |
Event.Type |
type
Define what kind of event this is.
|
public final Event.Type type
public static final Event SERVER_START_EVENT
EventQueue.pop().public static final Event SERVER_STOP_EVENT
EventQueue.pop().