Verwendungen von Schnittstelle
org.freedesktop.dbus.interfaces.CallbackHandler
Package
Beschreibung
-
Verwendungen von CallbackHandler in org.freedesktop.dbus
Modifizierer und TypMethodeBeschreibungstatic Object
RemoteInvocationHandler.executeRemoteMethod
(RemoteObject _ro, Method _m, Type[] _types, AbstractConnection _conn, int _syncmethod, CallbackHandler<?> _callback, Object... _args) static Object
RemoteInvocationHandler.executeRemoteMethod
(RemoteObject _ro, Method _m, String[] _customSignatures, Type[] _types, AbstractConnection _conn, int _syncmethod, CallbackHandler<?> _callback, Object... _args) Executes a remote method.static Object
RemoteInvocationHandler.executeRemoteMethod
(RemoteObject _ro, Method _m, AbstractConnection _conn, int _syncmethod, CallbackHandler<?> _callback, Object... _args) -
Verwendungen von CallbackHandler in org.freedesktop.dbus.connections
Modifizierer und TypMethodeBeschreibung<A> void
AbstractConnection.callWithCallback
(DBusInterface _object, String _m, CallbackHandler<A> _callback, Object... _parameters) Call a method asynchronously and set a callback.void
AbstractConnection.queueCallback
(MethodCall _call, Method _method, CallbackHandler<?> _callback) -
Verwendungen von CallbackHandler in org.freedesktop.dbus.connections.base
Modifizierer und TypMethodeBeschreibungCallbackHandler
<? extends Object> PendingCallbackManager.getCallback
(MethodCall _methodCall) CallbackHandler
<? extends Object> PendingCallbackManager.removeCallback
(MethodCall _methodCall) Modifizierer und TypMethodeBeschreibungvoid
PendingCallbackManager.queueCallback
(MethodCall _call, Method _method, CallbackHandler<?> _callback, AbstractConnection _connection)