public final class ConnectionClosedEvent extends Object
Constructor | Description |
---|---|
ConnectionClosedEvent(ConnectionId connectionId) |
Constructs a new instance of the event.
|
Modifier and Type | Method | Description |
---|---|---|
ConnectionId |
getConnectionId() |
Gets the identifier for this connection.
|
String |
toString() |
public ConnectionClosedEvent(ConnectionId connectionId)
connectionId
- the connection idpublic ConnectionId getConnectionId()