Uses of Class
org.freedesktop.dbus.messages.DBusSignal
Packages that use DBusSignal
Package
Description
-
Uses of DBusSignal in org.freedesktop.dbus
Methods in org.freedesktop.dbus that return types with arguments of type DBusSignalModifier and TypeMethodDescriptionstatic Class<? extends DBusSignal> DBusMatchRule.getCachedSignalType(String _type) Deprecated, for removal: This API element is subject to removal in a future version.Methods in org.freedesktop.dbus with parameters of type DBusSignalModifier and TypeMethodDescriptionbooleanDBusMatchRule.matches(DBusSignal _signal, boolean _strict) Deprecated, for removal: This API element is subject to removal in a future version.Checks if the given signal matches with our rule. -
Uses of DBusSignal in org.freedesktop.dbus.connections
Methods in org.freedesktop.dbus.connections with type parameters of type DBusSignalModifier and TypeMethodDescription<T extends DBusSignal>
AutoCloseableAbstractConnection.addSigHandler(Class<T> _type, DBusInterface _object, DBusSigHandler<T> _handler) Add a Signal Handler.<T extends DBusSignal>
AutoCloseableAbstractConnection.addSigHandler(Class<T> _type, DBusSigHandler<T> _handler) Add a Signal Handler.abstract <T extends DBusSignal>
AutoCloseableAbstractConnection.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.abstract <T extends DBusSignal>
voidAbstractConnection.removeSigHandler(DBusMatchRule _rule, DBusSigHandler<T> _handler) Remove a match rule with the givenDBusSigHandler.Method parameters in org.freedesktop.dbus.connections with type arguments of type DBusSignalModifier and TypeMethodDescriptionprotected abstract AutoCloseableAbstractConnection.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.base
Methods in org.freedesktop.dbus.connections.base that return types with arguments of type DBusSignalModifier and TypeMethodDescriptionprotected Map<DBusMatchRule, Queue<DBusSigHandler<DBusSignal>>> AbstractConnectionBase.getGenericHandledSignals()protected Map<DBusMatchRule, Queue<DBusSigHandler<? extends DBusSignal>>> AbstractConnectionBase.getHandledSignals() -
Uses of DBusSignal in org.freedesktop.dbus.connections.impl
Methods in org.freedesktop.dbus.connections.impl with type parameters of type DBusSignalModifier and TypeMethodDescription<T extends DBusSignal>
AutoCloseableDBusConnection.addSigHandler(Class<T> _type, String _source, DBusInterface _object, DBusSigHandler<T> _handler) Add a Signal Handler.<T extends DBusSignal>
AutoCloseableDBusConnection.addSigHandler(Class<T> _type, String _source, DBusSigHandler<T> _handler) Add a Signal Handler.<T extends DBusSignal>
AutoCloseableDBusConnection.addSigHandler(DBusMatchRule _rule, DBusSigHandler<T> _handler) Add a signal handler with the givenDBusMatchRuleto DBus.<T extends DBusSignal>
AutoCloseableDirectConnection.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.<T extends DBusSignal>
voidDBusConnection.removeSigHandler(DBusMatchRule _rule, DBusSigHandler<T> _handler) Remove a match rule with the givenDBusSigHandler.<T extends DBusSignal>
voidDirectConnection.removeSigHandler(DBusMatchRule _rule, DBusSigHandler<T> _handler) Methods in org.freedesktop.dbus.connections.impl that return types with arguments of type DBusSignalMethod parameters in org.freedesktop.dbus.connections.impl with type arguments of type DBusSignalModifier and TypeMethodDescriptionDBusConnection.addGenericSigHandler(DBusMatchRule _rule, DBusSigHandler<DBusSignal> _handler) protected AutoCloseableDirectConnection.addGenericSigHandler(DBusMatchRule _rule, DBusSigHandler<DBusSignal> _handler) voidDBusConnection.removeGenericSigHandler(DBusMatchRule _rule, DBusSigHandler<DBusSignal> _handler) protected voidDirectConnection.removeGenericSigHandler(DBusMatchRule _rule, DBusSigHandler<DBusSignal> _handler) voidConnectionConfig.setUnknownSignalHandler(Consumer<DBusSignal> _unknownSignalHandler) BaseConnectionBuilder.withUnknownSignalHandler(Consumer<DBusSignal> _handler) Configures a consumer which will receive any signal which could not be handled. -
Uses of DBusSignal in org.freedesktop.dbus.handlers
Classes in org.freedesktop.dbus.handlers with type parameters of type DBusSignalModifier and TypeClassDescriptionclassAbstractSignalHandlerBase<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 DBusSignalModifier and TypeInterfaceDescriptioninterfaceDBusSigHandler<T extends DBusSignal>Handle a signal on DBus.Subclasses of DBusSignal in org.freedesktop.dbus.interfacesModifier and TypeClassDescriptionstatic classSignal sent to a connection when it acquires a name.static classSignal sent to a connection when it loses a name.static classSignal sent when the owner of a name changesstatic classSignal generated when a new interface is addedstatic classSignal generated when an interface is removedstatic classSignal generated when a property changes. -
Uses of DBusSignal in org.freedesktop.dbus.matchrules
Methods in org.freedesktop.dbus.matchrules that return types with arguments of type DBusSignalModifier and TypeMethodDescriptionstatic Class<? extends DBusSignal> DBusMatchRule.getCachedSignalType(String _type) -
Uses of DBusSignal in org.freedesktop.dbus.messages
Methods in org.freedesktop.dbus.messages that return DBusSignalModifier and TypeMethodDescriptionDBusSignal.createReal(AbstractConnectionBase _conn) Called to create signal objects for object handlers.MessageFactory.createSignal(String _objectPath, Object... _args) MessageFactory.createSignal(String _source, String _path, String _iface, String _member, String _sig, Object... _args)
DBusMatchRule.getCachedSignalType(String)