Package com.martiansoftware.nailgun
Interface NGClientListener
public interface NGClientListener
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Called by an internal nailgun thread when the server detects that the nailgun client has disconnected.
-
Method Details
-
clientDisconnected
void clientDisconnected()Called by an internal nailgun thread when the server detects that the nailgun client has disconnected.NGClientListener
s can be registered usingNGContext.addClientListener(com.martiansoftware.nailgun.NGClientListener)
.
-