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

org.ocap.hn.DeviceEventListener Maven / Gradle / Ivy

There is a newer version: 1.3.1
Show newest version
package org.ocap.hn;

/**
 * DeviceEvent callback interface. When a Device is registered or removed from
 * NetManager, or if the internal status of a Device changes, then system will
 * notify all registered listeners.
 */
public interface DeviceEventListener extends java.util.EventListener {
    /**
     * Callback function for Device events.
     * 
     * @param event
     *            Device event
     */
    public void notify(DeviceEvent event);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy