public interface IHeartbeatMonitorListener
| Modifier and Type | Method and Description |
|---|---|
void |
heartbeatTimedOut(IHeartbeatMonitor monitor)
Notifies the listener that the heartbeat timed out.
|
void |
sendHeartbeat(IHeartbeatMonitor monitor)
The listener should create and send a heartbeat message.
|
void sendHeartbeat(IHeartbeatMonitor monitor)
monitor - the callervoid heartbeatTimedOut(IHeartbeatMonitor monitor)
monitor - the caller