Class 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.