Uses of Interface
org.freedesktop.dbus.interfaces.CallbackHandler
Packages that use CallbackHandler
Package
Description
-
Uses of CallbackHandler in org.freedesktop.dbus
Methods in org.freedesktop.dbus with parameters of type CallbackHandlerModifier and TypeMethodDescriptionstatic 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) -
Uses of CallbackHandler in org.freedesktop.dbus.connections
Methods in org.freedesktop.dbus.connections with parameters of type CallbackHandlerModifier and TypeMethodDescription<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) -
Uses of CallbackHandler in org.freedesktop.dbus.connections.base
Methods in org.freedesktop.dbus.connections.base that return CallbackHandlerModifier and TypeMethodDescriptionCallbackHandler<? extends Object> PendingCallbackManager.getCallback(MethodCall _methodCall) CallbackHandler<? extends Object> PendingCallbackManager.removeCallback(MethodCall _methodCall) Methods in org.freedesktop.dbus.connections.base with parameters of type CallbackHandlerModifier and TypeMethodDescriptionvoidPendingCallbackManager.queueCallback(MethodCall _call, Method _method, CallbackHandler<?> _callback, AbstractConnection _connection)