Package com.martiansoftware.nailgun
Interface NGClientListener
-
public interface NGClientListener
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidclientDisconnected()Called by an internal nailgun thread when the server detects that the nailgun client has disconnected.
-
-
-
Method Detail
-
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).
-
-