Package org.freedesktop.dbus.handlers
Class AbstractPropertiesChangedHandler
- java.lang.Object
-
- org.freedesktop.dbus.handlers.AbstractSignalHandlerBase<Properties.PropertiesChanged>
-
- org.freedesktop.dbus.handlers.AbstractPropertiesChangedHandler
-
- All Implemented Interfaces:
DBusSigHandler<Properties.PropertiesChanged>
public abstract class AbstractPropertiesChangedHandler extends AbstractSignalHandlerBase<Properties.PropertiesChanged>
Subclass this abstract class for creating a callback for changed properties. As soon as your callback is registered by callingAbstractConnection.addSigHandler(Class, DBusSigHandler), all property changes by Dbus will be visible in the handle(DBusSigHandler) method of your callback class.
-
-
Constructor Summary
Constructors Constructor Description AbstractPropertiesChangedHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Class<Properties.PropertiesChanged>getImplementationClass()Signal-Class which is implemented in subclasses of this class.-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.freedesktop.dbus.interfaces.DBusSigHandler
handle
-
-
-
-
Method Detail
-
getImplementationClass
public final java.lang.Class<Properties.PropertiesChanged> getImplementationClass()
Description copied from class:AbstractSignalHandlerBaseSignal-Class which is implemented in subclasses of this class.- Specified by:
getImplementationClassin classAbstractSignalHandlerBase<Properties.PropertiesChanged>- Returns:
- Class
-
-