Uses of Class
org.freedesktop.dbus.DBusAsyncReply
-
Packages that use DBusAsyncReply Package Description org.freedesktop.dbus org.freedesktop.dbus.connections -
-
Uses of DBusAsyncReply in org.freedesktop.dbus
Methods in org.freedesktop.dbus that return types with arguments of type DBusAsyncReply Modifier and Type Method Description static 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 DBusAsyncReply Modifier and Type Method Description static 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 DBusAsyncReply Modifier and Type Method Description DBusAsyncReply<?>AbstractConnection. callMethodAsync(DBusInterface object, String m, Object... parameters)Call a method asynchronously and get a handle with which to get the reply.DBusAsyncReply<?>PendingCallbackManager. getCallbackReply(MethodCall _methodCall)
-