Uses of Class
org.freedesktop.dbus.DBusAsyncReply
Packages that use DBusAsyncReply
-
Uses of DBusAsyncReply in org.freedesktop.dbus.connections
Fields in org.freedesktop.dbus.connections with type parameters of type DBusAsyncReplyModifier and TypeFieldDescriptionprivate final Map<MethodCall, DBusAsyncReply<?>> PendingCallbackManager.pendingCallbackReplysMethods 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.PendingCallbackManager.getCallbackReply(MethodCall _methodCall)