Uses of Class
org.freedesktop.dbus.messages.DBusSignal
Packages that use DBusSignal
Package
Description
-
Uses of DBusSignal in org.freedesktop.dbus
Fields in org.freedesktop.dbus with type parameters of type DBusSignalModifier and TypeFieldDescriptionprivate static final List<Function<DBusSignal, String>> DBusMatchRule.SIGNAL_EQUALS_OPERATIONSEquals operations used inDBusMatchRule.matches(DBusSignal, boolean)- do not change order!private static final Map<String, Class<? extends DBusSignal>> DBusMatchRule.SIGNALTYPEMAPMethods in org.freedesktop.dbus that return types with arguments of type DBusSignalModifier and TypeMethodDescriptionstatic Class<? extends DBusSignal> DBusMatchRule.getCachedSignalType(String _type) Methods in org.freedesktop.dbus with parameters of type DBusSignalModifier and TypeMethodDescriptionbooleanDBusMatchRule.matches(DBusSignal _signal, boolean _strict) Checks if the given signal matches with our rule. -
Uses of DBusSignal in org.freedesktop.dbus.bin
Methods in org.freedesktop.dbus.bin that return DBusSignalModifier and TypeMethodDescriptionprivate DBusSignalDBusDaemon.generatedNameOwnerChangedSignal(String _name, String _oldOwner, String _newOwner) Create a 'NameOwnerChanged' signal manually.private DBusSignalDBusDaemon.generateNameAcquiredSignal(String _name) Create a 'NameAcquired' signal manually. -
Uses of DBusSignal in org.freedesktop.dbus.connections
Fields in org.freedesktop.dbus.connections with type parameters of type DBusSignalModifier and TypeFieldDescriptionprivate final Map<DBusMatchRule, Queue<DBusSigHandler<DBusSignal>>> AbstractConnection.genericHandledSignalsprivate final Map<DBusMatchRule, Queue<DBusSigHandler<? extends DBusSignal>>> AbstractConnection.handledSignalsMethods 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.protected 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.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 DBusSignalModifier and TypeMethodDescriptionprotected Map<DBusMatchRule, Queue<DBusSigHandler<DBusSignal>>> AbstractConnection.getGenericHandledSignals()protected Map<DBusMatchRule, Queue<DBusSigHandler<? extends DBusSignal>>> AbstractConnection.getHandledSignals()Methods in org.freedesktop.dbus.connections with parameters of type DBusSignalModifier and TypeMethodDescriptionprivate voidAbstractConnection.handleMessage(DBusSignal _signal, boolean _useThreadPool) Handle a signal received on DBus.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.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.protected <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.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) private <T extends DBusSignal>
voidDBusConnection.validateSignal(Class<T> _type, String _source) Checks if given type is a DBusSignal and matches the required rules.Methods in org.freedesktop.dbus.connections.impl with parameters 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) -
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.messages
Fields in org.freedesktop.dbus.messages with type parameters of type DBusSignalModifier and TypeFieldDescriptionprivate static final Map<Class<? extends DBusSignal>, List<DBusSignal.CachedConstructor>> DBusSignal.CACHED_CONSTRUCTORSprivate static final Map<String, Class<? extends DBusSignal>> DBusSignal.CLASS_CACHEprivate Class<? extends DBusSignal> DBusSignal.clazzprivate final Constructor<? extends DBusSignal> DBusSignal.CachedConstructor.constructorprivate static final Map<Class<? extends DBusSignal>, Type[]> DBusSignal.TYPE_CACHEMethods in org.freedesktop.dbus.messages that return DBusSignalMethods in org.freedesktop.dbus.messages that return types with arguments of type DBusSignalModifier and TypeMethodDescriptionprivate static Class<? extends DBusSignal> DBusSignal.createSignalClass(String _intName, String _sigName) Method parameters in org.freedesktop.dbus.messages with type arguments of type DBusSignalModifier and TypeMethodDescriptionprivate voidDBusSignal.cacheConstructors(Class<? extends DBusSignal> _clazz) private static Type[]DBusSignal.CachedConstructor.createTypes(Constructor<? extends DBusSignal> _constructor) Constructor parameters in org.freedesktop.dbus.messages with type arguments of type DBusSignalModifierConstructorDescription(package private)CachedConstructor(Constructor<? extends DBusSignal> _constructor)