java.lang.Object
org.freedesktop.dbus.DBusAsyncReply<T>
A handle to an asynchronous method call.
-
Konstruktordetails
-
DBusAsyncReply
-
-
Methodendetails
-
hasReply
public boolean hasReply()Check if we've had a reply.- Gibt zurück:
- true if we have a reply
-
getReply
Get the reply.- Gibt zurück:
- The return value from the method.
- Löst aus:
DBusException
- if the reply to the method was an error.NoReply
- if the method hasn't had a reply yet
-
toString
-
getMethod
-
getConnection
-
getCall
-