Package com.martiansoftware.nailgun
Interface NGClientListener
public interface NGClientListener
-
Method Summary
Modifier and TypeMethodDescriptionvoidCalled 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.NGClientListeners can be registered usingNGContext.addClientListener(com.martiansoftware.nailgun.NGClientListener).
-