public class ConnectionEvent
extends java.util.EventObject
AbstractMultiConnectionSocket changes.ConnectionEventListener,
AbstractMultiConnectionSocket,
Serialized Form| Modifier and Type | Class and Description |
|---|---|
static class |
ConnectionEvent.State
The Enum State.
|
| Constructor and Description |
|---|
ConnectionEvent(java.lang.Object source,
ConnectionEvent.State state)
Instantiates a new connection event.
|
| Modifier and Type | Method and Description |
|---|---|
ConnectionEvent.State |
getState()
Gets the state.
|
public ConnectionEvent(java.lang.Object source,
ConnectionEvent.State state)
source - the sourcestate - the statepublic ConnectionEvent.State getState()