Uses of Class
org.freedesktop.dbus.DBusAsyncReply
Packages that use DBusAsyncReply
-
Uses of DBusAsyncReply in org.freedesktop.dbus.connections
Methods in org.freedesktop.dbus.connections that return DBusAsyncReplyModifier and TypeMethodDescriptionAbstractConnection.callMethodAsync(DBusInterface _object, String _method, Object... _parameters) Call a method asynchronously and get a handle with which to get the reply. -
Uses of DBusAsyncReply in org.freedesktop.dbus.connections.base
Fields in org.freedesktop.dbus.connections.base with type parameters of type DBusAsyncReplyModifier and TypeFieldDescriptionprivate final Map<MethodCall, DBusAsyncReply<?>> PendingCallbackManager.pendingCallbackReplysMethods in org.freedesktop.dbus.connections.base that return DBusAsyncReplyModifier and TypeMethodDescriptionPendingCallbackManager.getCallbackReply(MethodCall _methodCall)