Class DBusConnection.SigHandler
java.lang.Object
org.freedesktop.dbus.connections.impl.DBusConnection.SigHandler
- All Implemented Interfaces:
DBusSigHandler<DBusSignal>
- Enclosing class:
DBusConnection
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
SigHandler
private SigHandler()
-
-
Method Details
-
handle
Description copied from interface:DBusSigHandlerHandle a signal.- Specified by:
handlein interfaceDBusSigHandler<DBusSignal>- Parameters:
_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
-