JavaScript is disabled on your browser.
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Letter
Next Letter
Frames
No Frames
All Classes
C
D
E
I
M
O
P
R
S
T
V
W
E
Event
- Class in
com.stephengware.java.mss
The parent class of every kind of event that can be returned by an
EventQueue
.
Event.Type
- Enum in
com.stephengware.java.mss
The various types of events.
EventQueue
- Class in
com.stephengware.java.mss
An
EventQueue
listens for incoming
Connection
s and allows the user to get a sequence of
Event
s via the
pop
method.
EventQueue(int)
- Constructor for class com.stephengware.java.mss.
EventQueue
Creates a new
EventQueue
which, when started, will listen on the given port for new
Connection
s and begin filling with
Event
s.
exception
- Variable in class com.stephengware.java.mss.
ExceptionEvent
ExceptionEvent
- Class in
com.stephengware.java.mss
Indicates that an exception has occurred while creating a new connection, processing the input from a connection, or closing a connection.>
C
D
E
I
M
O
P
R
S
T
V
W
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Letter
Next Letter
Frames
No Frames
All Classes