Uses of Class
org.freedesktop.dbus.DBusAsyncReply
-
Packages that use DBusAsyncReply Package Description org.freedesktop.dbus.connections -
-
Uses of DBusAsyncReply in org.freedesktop.dbus.connections
Fields in org.freedesktop.dbus.connections with type parameters of type DBusAsyncReply Modifier and Type Field Description private java.util.Map<MethodCall,DBusAsyncReply<?>>PendingCallbackManager. pendingCallbackReplysMethods in org.freedesktop.dbus.connections that return DBusAsyncReply Modifier and Type Method Description DBusAsyncReply<?>AbstractConnection. callMethodAsync(DBusInterface _object, java.lang.String _method, java.lang.Object... _parameters)Call a method asynchronously and get a handle with which to get the reply.DBusAsyncReply<?>PendingCallbackManager. getCallbackReply(MethodCall _methodCall)
-