Uses of Interface
org.freedesktop.dbus.interfaces.CallbackHandler
Packages that use CallbackHandler
-
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, AbstractConnection conn, int syncmethod, CallbackHandler<?> callback, Object... args) -
Uses of CallbackHandler in org.freedesktop.dbus.connections
Methods in org.freedesktop.dbus.connections that return CallbackHandlerModifier and TypeMethodDescriptionCallbackHandler<? extends Object>PendingCallbackManager.getCallback(MethodCall _methodCall) CallbackHandler<? extends Object>PendingCallbackManager.removeCallback(MethodCall _methodCall) 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) voidPendingCallbackManager.queueCallback(MethodCall _call, Method _method, CallbackHandler<?> _callback, AbstractConnection _connection)