public class PendingCallbackManager extends Object
| Modifier and Type | Method and Description |
|---|---|
CallbackHandler<? extends Object> |
getCallback(MethodCall _methodCall) |
DBusAsyncReply<?> |
getCallbackReply(MethodCall _methodCall) |
void |
queueCallback(MethodCall _call,
Method _method,
CallbackHandler<?> _callback,
AbstractConnection _connection) |
CallbackHandler<? extends Object> |
removeCallback(MethodCall _methodCall) |
public void queueCallback(MethodCall _call, Method _method, CallbackHandler<?> _callback, AbstractConnection _connection)
public CallbackHandler<? extends Object> removeCallback(MethodCall _methodCall)
public CallbackHandler<? extends Object> getCallback(MethodCall _methodCall)
public DBusAsyncReply<?> getCallbackReply(MethodCall _methodCall)
Copyright © 2020. All rights reserved.