public class EventType
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static EventType |
CLOSE_REQUEST |
static EventType |
CONNECTED |
static EventType |
CONNECTION_TIMEOUT |
static EventType |
DISCONNECTED |
static EventType |
EXCEPTION |
static EventType |
IDLE |
static EventType |
READY_TO_READ |
static EventType |
READY_TO_WRITE |
static EventType |
RECEIVED |
static EventType |
SENT |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString() |
public static final EventType CONNECTED
public static final EventType CONNECTION_TIMEOUT
public static final EventType DISCONNECTED
public static final EventType READY_TO_READ
public static final EventType READY_TO_WRITE
public static final EventType IDLE
public static final EventType CLOSE_REQUEST
public static final EventType RECEIVED
public static final EventType SENT
public static final EventType EXCEPTION
Copyright © 2004-2012 Trustin Lee. All Rights Reserved.