java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.remoteobjects.QRemoteObjectPendingCall.Impl
- All Implemented Interfaces:
QtObjectInterface
,QRemoteObjectPendingCall
,Cloneable
- Direct Known Subclasses:
QRemoteObjectPendingReply
- Enclosing interface:
- QRemoteObjectPendingCall
public static class QRemoteObjectPendingCall.Impl extends QtObject implements QRemoteObjectPendingCall, Cloneable
Implementor class for interface QRemoteObjectPendingCall
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.qt.remoteobjects.QRemoteObjectPendingCall
QRemoteObjectPendingCall.Error, QRemoteObjectPendingCall.Impl, QRemoteObjectPendingCall.MemberAccess
-
Constructor Summary
Constructors Modifier Constructor Description Impl()
protected
Impl(QtObject.QPrivateConstructor p)
Constructor for internal use only.Impl(QRemoteObjectPendingCall other)
-
Method Summary
Modifier and Type Method Description QRemoteObjectPendingCall.Impl
clone()
QRemoteObjectPendingCall.Error
error()
boolean
isFinished()
Object
returnValue()
boolean
waitForFinished()
Overloaded function forwaitForFinished(int)
withtimeout = 30000
.boolean
waitForFinished(int timeout)
-
Constructor Details
-
Method Details
-
error
- Specified by:
error
in interfaceQRemoteObjectPendingCall
-
isFinished
- Specified by:
isFinished
in interfaceQRemoteObjectPendingCall
-
returnValue
- Specified by:
returnValue
in interfaceQRemoteObjectPendingCall
-
waitForFinished
Overloaded function for
waitForFinished(int)
withtimeout = 30000
.- Specified by:
waitForFinished
in interfaceQRemoteObjectPendingCall
-
waitForFinished
- Specified by:
waitForFinished
in interfaceQRemoteObjectPendingCall
-
clone
-