| Modifier and Type | Field and Description |
|---|---|
static EventType |
EventType.CLOSE_REQUEST |
static EventType |
EventType.CONNECTED |
static EventType |
EventType.CONNECTION_TIMEOUT |
static EventType |
EventType.DISCONNECTED |
static EventType |
EventType.EXCEPTION |
static EventType |
EventType.IDLE |
static EventType |
EventType.READY_TO_READ |
static EventType |
EventType.READY_TO_WRITE |
static EventType |
EventType.RECEIVED |
static EventType |
EventType.SENT |
| Modifier and Type | Method and Description |
|---|---|
EventType |
Event.getType()
Returns the type of the event.
|
| Constructor and Description |
|---|
Event(EventType type,
Session session,
java.lang.Object item)
Creates a new instance.
|
Copyright © 2004-2012 Trustin Lee. All Rights Reserved.