Verwendungen von Schnittstelle
org.freedesktop.dbus.interfaces.CallbackHandler
Packages, die CallbackHandler verwenden
Package
Beschreibung
-
Verwendungen von CallbackHandler in org.freedesktop.dbus
Methoden in org.freedesktop.dbus mit Parametern vom Typ CallbackHandlerModifizierer und TypMethodeBeschreibungstatic ObjectRemoteInvocationHandler.executeRemoteMethod(RemoteObject _ro, Method _m, Type[] _types, AbstractConnection _conn, int _syncmethod, CallbackHandler<?> _callback, Object... _args) static ObjectRemoteInvocationHandler.executeRemoteMethod(RemoteObject _ro, Method _m, String[] _customSignatures, Type[] _types, AbstractConnection _conn, int _syncmethod, CallbackHandler<?> _callback, Object... _args) Executes a remote method.static ObjectRemoteInvocationHandler.executeRemoteMethod(RemoteObject _ro, Method _m, AbstractConnection _conn, int _syncmethod, CallbackHandler<?> _callback, Object... _args) -
Verwendungen von CallbackHandler in org.freedesktop.dbus.connections
Methoden in org.freedesktop.dbus.connections mit Parametern vom Typ CallbackHandlerModifizierer und TypMethodeBeschreibung<A> voidAbstractConnection.callWithCallback(DBusInterface _object, String _m, CallbackHandler<A> _callback, Object... _parameters) Call a method asynchronously and set a callback.voidAbstractConnection.queueCallback(MethodCall _call, Method _method, CallbackHandler<?> _callback) -
Verwendungen von CallbackHandler in org.freedesktop.dbus.connections.base
Methoden in org.freedesktop.dbus.connections.base, die CallbackHandler zurückgebenModifizierer und TypMethodeBeschreibungCallbackHandler<? extends Object> PendingCallbackManager.getCallback(MethodCall _methodCall) CallbackHandler<? extends Object> PendingCallbackManager.removeCallback(MethodCall _methodCall) Methoden in org.freedesktop.dbus.connections.base mit Parametern vom Typ CallbackHandlerModifizierer und TypMethodeBeschreibungvoidPendingCallbackManager.queueCallback(MethodCall _call, Method _method, CallbackHandler<?> _callback, AbstractConnection _connection)