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

org.freedesktop.dbus.AbstractPropertiesHandler Maven / Gradle / Ivy

There is a newer version: 0.3.0
Show newest version
package org.freedesktop.dbus;

import com.github.hypfvieh.bluetooth.DeviceManager;

/**
 * Subclass this abstract class for creating a callback for changed properties.
 *
 * As soon as your callback is registered by calling {@link DeviceManager#registerPropertyHandler(AbstractPropertiesHandler)},
 * all property changes by Dbus will be visible in the handle(DBusSigHandler) method.
 * method of your callback class.
 *
 * @author hypfvieh
 *
 */
public abstract class AbstractPropertiesHandler implements DBusSigHandler {

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy