Interface WatchdogObserver

  • All Implemented Interfaces:

    
    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 com.google.common.eventbus.Subscribe with a org.somda.sdc.glue.consumer.event.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.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail