public interface NGClientListener
| Modifier and Type | Method and Description |
|---|---|
void |
clientDisconnected()
Called by an internal nailgun thread when the server detects that the nailgun client has disconnected.
|
void clientDisconnected()
throws java.lang.InterruptedException
NGClientListeners can be registered using NGContext.registerClientListener. If
clientDisconnected throws an InterruptedException nailgun interrupts the main session thread.java.lang.InterruptedException