public interface NGClientListener
| Modifier and Type | Method and Description |
|---|---|
void |
clientDisconnected(NGClientDisconnectReason reason)
Called by an internal nailgun thread when the server detects that the nailgun client has disconnected.
|
void clientDisconnected(NGClientDisconnectReason reason)
NGClientListeners can be registered using NGContext.addClientListener(com.martiansoftware.nailgun.NGClientListener).