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)
NGClientListener
s can be registered using NGContext.addClientListener(com.facebook.nailgun.NGClientListener)
.Copyright © 2024. All rights reserved.