| Class and Description |
|---|
| Connection
Represents an individual connection to the server.
|
| Event
The parent class of every kind of event that can be returned by an
EventQueue. |
| Event.Type
The various types of events.
|
| EventQueue
An EventQueue listens for incoming
Connections and
allows the user to get a sequence of Events via the
pop method. |