Interface WatchdogObserver

All Known Implementing Classes:
SdcRemoteDevicesConnectorImpl

public interface WatchdogObserver
Listens to a Watchdog and receives information if something goes wrong.

In order to receive error messages that relate to the watchdog, use Subscribe with a WatchdogMessage object and subscribe at an SdcRemoteDevice. Watchdog Events are distributed asynchronously, however it is recommended to block the delivering thread as little as possible.