| Package | Description |
|---|---|
| edu.csus.ecs.pc2.api.listener |
PC2 API Listeners
and Listener events.
|
| Modifier and Type | Method and Description |
|---|---|
ConnectionEvent.Action |
ConnectionEvent.getAction() |
static ConnectionEvent.Action |
ConnectionEvent.Action.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConnectionEvent.Action[] |
ConnectionEvent.Action.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
ConnectionEvent(ConnectionEvent.Action action,
IClient client) |