All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.somda.sdc.glue.consumer.WatchdogObserver Maven / Gradle / Ivy

Go to download

SDCri is a set of Java libraries that implements a network communication framework conforming with the IEEE 11073 SDC specifications. This project implements the 11073-20702 SDC glue binding.

The newest version!
package org.somda.sdc.glue.consumer;

/**
 * Listens to a Watchdog and receives information if something goes wrong.
 * 

* In order to receive error messages that relate to the watchdog, use {@link com.google.common.eventbus.Subscribe} * with a {@link org.somda.sdc.glue.consumer.event.WatchdogMessage} object and subscribe at an {@link SdcRemoteDevice}. * Watchdog Events are distributed asynchronously, however it is recommended to block the * delivering thread as little as possible. */ public interface WatchdogObserver { }





© 2015 - 2025 Weber Informatics LLC | Privacy Policy