Uses of Interface
org.freedesktop.dbus.interfaces.CallbackHandler
-
Packages that use CallbackHandler Package Description org.freedesktop.dbus org.freedesktop.dbus.connections -
-
Uses of CallbackHandler in org.freedesktop.dbus
Methods in org.freedesktop.dbus with parameters of type CallbackHandler Modifier and Type Method Description 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 that return CallbackHandler Modifier and Type Method Description CallbackHandler<? extends Object>PendingCallbackManager. getCallback(MethodCall _methodCall)CallbackHandler<? extends Object>PendingCallbackManager. removeCallback(MethodCall _methodCall)Methods in org.freedesktop.dbus.connections with parameters of type CallbackHandler Modifier and Type Method Description <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)
-