Package org.freedesktop.dbus.handlers
Class AbstractInterfacesRemovedHandler
- java.lang.Object
-
- org.freedesktop.dbus.handlers.AbstractSignalHandlerBase<ObjectManager.InterfacesRemoved>
-
- org.freedesktop.dbus.handlers.AbstractInterfacesRemovedHandler
-
- All Implemented Interfaces:
DBusSigHandler<ObjectManager.InterfacesRemoved>
public abstract class AbstractInterfacesRemovedHandler extends AbstractSignalHandlerBase<ObjectManager.InterfacesRemoved>
Subclass this abstract class for creating a callback for InterfaceRemoved signal provided by DBus ObjectManager. 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 AbstractInterfacesRemovedHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Class<ObjectManager.InterfacesRemoved>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<ObjectManager.InterfacesRemoved> getImplementationClass()
Description copied from class:AbstractSignalHandlerBaseSignal-Class which is implemented in subclasses of this class.- Specified by:
getImplementationClassin classAbstractSignalHandlerBase<ObjectManager.InterfacesRemoved>- Returns:
- Class
-
-