- All Superinterfaces:
QtObjectInterface
- All Known Implementing Classes:
QRemoteObjectPendingCall.Impl
,QRemoteObjectPendingCallWatcher
,QRemoteObjectPendingReply
public interface QRemoteObjectPendingCall extends QtObjectInterface
Encapsulates the result of an asynchronous method call
Java wrapper for Qt class QRemoteObjectPendingCall
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
QRemoteObjectPendingCall.Error
Java wrapper for Qt enum QRemoteObjectPendingCall::Errorstatic class
QRemoteObjectPendingCall.Impl
Implementor class for interfaceQRemoteObjectPendingCall
static class
QRemoteObjectPendingCall.MemberAccess
-
Method Summary
Modifier and Type Method Description default QRemoteObjectPendingCall.Error
error()
static QRemoteObjectPendingCall
fromCompletedCall(Object returnValue)
default boolean
isFinished()
default Object
returnValue()
default boolean
waitForFinished()
Overloaded function forwaitForFinished(int)
withtimeout = 30000
.default boolean
waitForFinished(int timeout)
-
Method Details
-
error
-
isFinished
-
returnValue
-
waitForFinished
Overloaded function for
waitForFinished(int)
withtimeout = 30000
. -
waitForFinished
-
fromCompletedCall
-