public class ConnectionEvent
extends java.util.EventObject
| Modifier and Type | Field and Description |
|---|---|
static int |
CONNECTION_CLOSED
The connection closed event type.
|
protected int |
type
The type of this event.
|
| Constructor and Description |
|---|
ConnectionEvent(java.lang.Object source,
int type)
Constructs a connection event with the specified source and type.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getType()
Returns the type of this event.
|
public static final int CONNECTION_CLOSED
protected int type
public ConnectionEvent(java.lang.Object source,
int type)
public int getType()
type