keycloak-federation
|
公開メンバ関数 | |
void | handle (T s) |
Handle a signal on DBus. All Signal handlers are run in their own Thread. Application writers are responsible for managing any concurrency issues.
void org.freedesktop.dbus.DBusSigHandler< T extends DBusSignal >.handle | ( | T | s | ) |
Handle a signal.
s | 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 |