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 calling
AbstractConnection.addSigHandler(Class, DBusSigHandler),
all property changes by Dbus will be visible in the handle(DBusSigHandler) method of your callback class.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionSignal-Class which is implemented in subclasses of this class.Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface DBusSigHandler
handle
-
Constructor Details
-
AbstractPropertiesChangedHandler
public AbstractPropertiesChangedHandler()
-
-
Method Details
-
getImplementationClass
Description copied from class:AbstractSignalHandlerBaseSignal-Class which is implemented in subclasses of this class.- Specified by:
getImplementationClassin classAbstractSignalHandlerBase<Properties.PropertiesChanged>- Returns:
- Class
-