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 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
-
AbstractInterfacesRemovedHandler
public AbstractInterfacesRemovedHandler()
-
-
Method Details
-
getImplementationClass
Description copied from class:AbstractSignalHandlerBaseSignal-Class which is implemented in subclasses of this class.- Specified by:
getImplementationClassin classAbstractSignalHandlerBase<ObjectManager.InterfacesRemoved>- Returns:
- Class
-