Modul org.freedesktop.dbus
Package org.freedesktop.dbus.interfaces
Schnittstelle DBusSigHandler<T extends DBusSignal>
- Alle bekannten Implementierungsklassen:
AbstractInterfacesAddedHandler
,AbstractInterfacesRemovedHandler
,AbstractPropertiesChangedHandler
,AbstractSignalHandlerBase
public interface DBusSigHandler<T extends DBusSignal>
Handle a signal on DBus. All Signal handlers are run in their own Thread. Application writers are responsible for
managing any concurrency issues.
-
Methodenübersicht
-
Methodendetails
-
handle
Handle a signal.- Parameter:
_signal
- The signal to handle. If such a class exists, the signal will be an instance of the class with the correct type signature. Otherwise it will be an instance of DBusSignal
-