public interface NGHeartbeatListener
| Modifier and Type | Method and Description |
|---|---|
void |
heartbeatReceived(long intervalMillis)
Called by an internal nailgun thread when the server receives a heartbeat from the client.
|
void heartbeatReceived(long intervalMillis)
NGClientListeners can be registered using NGContext.registerHeartbeatListener.