keycloak-federation
公開メンバ関数 | 全メンバ一覧
org.freedesktop.dbus.DBusSigHandler< T extends DBusSignal > インタフェーステンプレート
org.freedesktop.dbus.DBusSigHandler< T extends DBusSignal > 連携図
Collaboration graph

公開メンバ関数

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.

関数詳解

◆ handle()

void org.freedesktop.dbus.DBusSigHandler< T extends DBusSignal >.handle ( s)

Handle a signal.

引数
sThe 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

このインタフェース詳解は次のファイルから抽出されました: