Class DBusAsyncReply<T>
java.lang.Object
org.freedesktop.dbus.DBusAsyncReply<T>
A handle to an asynchronous method call.
-
Constructor Details
-
DBusAsyncReply
-
-
Method Details
-
hasReply
public boolean hasReply()Check if we've had a reply.- Returns:
- true if we have a reply
-
getReply
Get the reply.- Returns:
- The return value from the method.
- Throws:
DBusException- if the reply to the method was an error.NoReply- if the method hasn't had a reply yet
-
toString
-
getMethod
-
getConnection
-
getCall
-