| Package | Description |
|---|---|
| org.freedesktop.dbus | |
| org.freedesktop.dbus.connections |
| Modifier and Type | Method and Description |
|---|---|
static Object |
RemoteInvocationHandler.executeRemoteMethod(RemoteObject ro,
Method m,
AbstractConnection conn,
int syncmethod,
CallbackHandler<?> callback,
Object... args) |
| Modifier and Type | Method and Description |
|---|---|
CallbackHandler<? extends Object> |
PendingCallbackManager.getCallback(MethodCall _methodCall) |
CallbackHandler<? extends Object> |
PendingCallbackManager.removeCallback(MethodCall _methodCall) |
| Modifier and Type | Method and Description |
|---|---|
<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) |
void |
PendingCallbackManager.queueCallback(MethodCall _call,
Method _method,
CallbackHandler<?> _callback,
AbstractConnection _connection) |
Copyright © 2020. All rights reserved.