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