Uses of Class
org.freedesktop.dbus.messages.DBusSignal
-
-
Uses of DBusSignal in org.freedesktop
Subclasses of DBusSignal in org.freedesktop Modifier and Type Class Description static classDBus.NameAcquiredSignal sent to a connection when it aquires a namestatic classDBus.NameLostSignal sent to a connection when it loses a namestatic classDBus.NameOwnerChangedSignal sent when the owner of a name changes -
Uses of DBusSignal in org.freedesktop.dbus
Subclasses of DBusSignal in org.freedesktop.dbus Modifier and Type Class Description classInternalSignalMethods in org.freedesktop.dbus that return types with arguments of type DBusSignal Modifier and Type Method Description static Class<? extends DBusSignal>DBusMatchRule. getCachedSignalType(String type) -
Uses of DBusSignal in org.freedesktop.dbus.connections
Methods in org.freedesktop.dbus.connections with type parameters of type DBusSignal Modifier and Type Method Description <T extends DBusSignal>
voidAbstractConnection. addSigHandler(Class<T> type, DBusInterface object, DBusSigHandler<T> handler)Add a Signal Handler.<T extends DBusSignal>
voidAbstractConnection. addSigHandler(Class<T> type, DBusSigHandler<T> handler)Add a Signal Handler.protected abstract <T extends DBusSignal>
voidAbstractConnection. addSigHandler(DBusMatchRule _rule, DBusSigHandler<T> _handler)Add a signal handler with the givenDBusMatchRuleto DBus.protected <T extends DBusSignal>
voidAbstractConnection. addSigHandlerWithoutMatch(Class<? extends DBusSignal> signal, DBusSigHandler<T> handler)<T extends DBusSignal>
voidAbstractConnection. removeSigHandler(Class<T> type, DBusInterface object, DBusSigHandler<T> handler)Remove a Signal Handler.<T extends DBusSignal>
voidAbstractConnection. removeSigHandler(Class<T> type, DBusSigHandler<T> handler)Remove a Signal Handler.protected abstract <T extends DBusSignal>
voidAbstractConnection. removeSigHandler(DBusMatchRule _rule, DBusSigHandler<T> _handler)Remove a match rule with the givenDBusSigHandler.Methods in org.freedesktop.dbus.connections that return types with arguments of type DBusSignal Modifier and Type Method Description protected Map<SignalTuple,Queue<DBusSigHandler<DBusSignal>>>AbstractConnection. getGenericHandledSignals()protected Map<SignalTuple,Queue<DBusSigHandler<? extends DBusSignal>>>AbstractConnection. getHandledSignals()Method parameters in org.freedesktop.dbus.connections with type arguments of type DBusSignal Modifier and Type Method Description protected abstract voidAbstractConnection. addGenericSigHandler(DBusMatchRule _rule, DBusSigHandler<DBusSignal> _handler)Adds aDBusMatchRuleto with a generic signal handler.protected <T extends DBusSignal>
voidAbstractConnection. addSigHandlerWithoutMatch(Class<? extends DBusSignal> signal, DBusSigHandler<T> handler)protected abstract voidAbstractConnection. removeGenericSigHandler(DBusMatchRule _rule, DBusSigHandler<DBusSignal> _handler)Remove a generic signal handler with the givenDBusMatchRule. -
Uses of DBusSignal in org.freedesktop.dbus.connections.impl
Methods in org.freedesktop.dbus.connections.impl with type parameters of type DBusSignal Modifier and Type Method Description <T extends DBusSignal>
voidDBusConnection. addSigHandler(Class<T> _type, String _source, DBusInterface _object, DBusSigHandler<T> _handler)Add a Signal Handler.<T extends DBusSignal>
voidDBusConnection. addSigHandler(Class<T> _type, String _source, DBusSigHandler<T> _handler)Add a Signal Handler.<T extends DBusSignal>
voidDBusConnection. addSigHandler(DBusMatchRule _rule, DBusSigHandler<T> _handler)Add a signal handler with the givenDBusMatchRuleto DBus.protected <T extends DBusSignal>
voidDirectConnection. addSigHandler(DBusMatchRule rule, DBusSigHandler<T> handler)<T extends DBusSignal>
voidDBusConnection. removeSigHandler(Class<T> _type, String _source, DBusInterface _object, DBusSigHandler<T> _handler)Remove a Signal Handler.<T extends DBusSignal>
voidDBusConnection. removeSigHandler(Class<T> _type, String _source, DBusSigHandler<T> _handler)Remove a Signal Handler.protected <T extends DBusSignal>
voidDBusConnection. removeSigHandler(DBusMatchRule _rule, DBusSigHandler<T> _handler)Remove a match rule with the givenDBusSigHandler.protected <T extends DBusSignal>
voidDirectConnection. removeSigHandler(DBusMatchRule rule, DBusSigHandler<T> handler)Method parameters in org.freedesktop.dbus.connections.impl with type arguments of type DBusSignal Modifier and Type Method Description voidDBusConnection. addGenericSigHandler(DBusMatchRule _rule, DBusSigHandler<DBusSignal> _handler)Adds aDBusMatchRuleto with a generic signal handler.protected voidDirectConnection. addGenericSigHandler(DBusMatchRule rule, DBusSigHandler<DBusSignal> handler)voidDBusConnection. removeGenericSigHandler(DBusMatchRule _rule, DBusSigHandler<DBusSignal> _handler)Remove a generic signal handler with the givenDBusMatchRule.protected voidDirectConnection. removeGenericSigHandler(DBusMatchRule rule, DBusSigHandler<DBusSignal> handler) -
Uses of DBusSignal in org.freedesktop.dbus.handlers
Classes in org.freedesktop.dbus.handlers with type parameters of type DBusSignal Modifier and Type Class Description classAbstractSignalHandlerBase<T extends DBusSignal>Base class for all signal handling classes. -
Uses of DBusSignal in org.freedesktop.dbus.interfaces
Classes in org.freedesktop.dbus.interfaces with type parameters of type DBusSignal Modifier and Type Interface Description interfaceDBusSigHandler<T extends DBusSignal>Handle a signal on DBus.Subclasses of DBusSignal in org.freedesktop.dbus.interfaces Modifier and Type Class Description static classLocal.Disconnectedstatic classObjectManager.InterfacesAddedSignal generated when a new interface is addedstatic classObjectManager.InterfacesRemovedSignal generated when an interface is removedstatic classProperties.PropertiesChangedSignal generated when a property changes. -
Uses of DBusSignal in org.freedesktop.dbus.messages
Methods in org.freedesktop.dbus.messages that return DBusSignal Modifier and Type Method Description DBusSignalDBusSignal. createReal(AbstractConnection conn)
-