java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.remoteobjects.QRemoteObjectPendingCall.Impl
- All Implemented Interfaces:
io.qt.QtObjectInterface,QRemoteObjectPendingCall,Cloneable
- Direct Known Subclasses:
QRemoteObjectPendingReply
- Enclosing interface:
- QRemoteObjectPendingCall
public static class QRemoteObjectPendingCall.Impl
extends io.qt.QtObject
implements QRemoteObjectPendingCall, Cloneable
Implementor class for interface QRemoteObjectPendingCall
-
Nested Class Summary
Nested classes/interfaces inherited from class io.qt.QtObject
io.qt.QtObject.QPrivateConstructorNested classes/interfaces inherited from interface io.qt.remoteobjects.QRemoteObjectPendingCall
QRemoteObjectPendingCall.Error, QRemoteObjectPendingCall.Impl -
Constructor Summary
ConstructorsModifierConstructorDescriptionImpl()protectedImpl(io.qt.QtObject.QPrivateConstructor p) Constructor for internal use only.Impl(QRemoteObjectPendingCall other) -
Method Summary
Modifier and TypeMethodDescriptionclone()error()final booleanfinal Objectfinal booleanwaitForFinished(int timeout) Methods inherited from class io.qt.QtObject
dispose, equals, isDisposedMethods inherited from class java.lang.Object
finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.qt.remoteobjects.QRemoteObjectPendingCall
waitForFinishedMethods inherited from interface io.qt.QtObjectInterface
dispose, isDisposed
-
Constructor Details
-
Impl
public Impl() -
Impl
-
Impl
protected Impl(io.qt.QtObject.QPrivateConstructor p) Constructor for internal use only.- Parameters:
p- expected to benull.
-
-
Method Details
-
error
- Specified by:
errorin interfaceQRemoteObjectPendingCall
-
isFinished
@QtUninvokable public final boolean isFinished()- Specified by:
isFinishedin interfaceQRemoteObjectPendingCall
-
returnValue
- Specified by:
returnValuein interfaceQRemoteObjectPendingCall
-
waitForFinished
@QtUninvokable public final boolean waitForFinished(int timeout) - Specified by:
waitForFinishedin interfaceQRemoteObjectPendingCall
-
clone
-