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.facebook.nailgun.NGClientListener).Copyright © 2025. All rights reserved.