Uses of Class
org.freedesktop.dbus.DBusAsyncReply
Packages that use DBusAsyncReply
-
Uses of DBusAsyncReply in org.freedesktop.dbus
Methods in org.freedesktop.dbus that return types with arguments of type DBusAsyncReplyModifier and TypeMethodDescriptionstatic Collection<DBusAsyncReply<?>>DBusAsyncReply.hasReply(Collection<DBusAsyncReply<?>> replies) Check if any of a set of asynchronous calls have had a reply.Method parameters in org.freedesktop.dbus with type arguments of type DBusAsyncReplyModifier and TypeMethodDescriptionstatic Collection<DBusAsyncReply<?>>DBusAsyncReply.hasReply(Collection<DBusAsyncReply<?>> replies) Check if any of a set of asynchronous calls have had a reply. -
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.PendingCallbackManager.getCallbackReply(MethodCall _methodCall)