Interface IHeartbeatMonitorListener
- Package
- com.smartdevicelink.protocol.heartbeat
Overview
Listener (aka delegate) that actually knows how to work with the outside
world.
Methods
sendHeartbeat(
IHeartbeatMonitor monitor
)
The listener should create and send a heartbeat message.
public void sendHeartbeat(IHeartbeatMonitor monitor)
Method Parameters
- monitor
- the caller
heartbeatTimedOut(
IHeartbeatMonitor monitor
)
Notifies the listener that the heartbeat timed out.
public void heartbeatTimedOut(IHeartbeatMonitor monitor)
Method Parameters
- monitor
- the caller
View on GitHub.com