Package com.martiansoftware.nailgun
Interface NGClientListener
-
public interface NGClientListener
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
clientDisconnected()
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.NGClientListener
s can be registered usingNGContext.addClientListener(com.martiansoftware.nailgun.NGClientListener)
.
-
-