java.lang.Object
io.qt.QtObject
io.qt.remoteobjects.QRemoteObjectPendingCall.Impl
- All Implemented Interfaces:
QtObjectInterface,QRemoteObjectPendingCall,Cloneable
- 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 class io.qt.QtObject
QtObject.QPrivateConstructorNested classes/interfaces inherited from interface io.qt.remoteobjects.QRemoteObjectPendingCall
QRemoteObjectPendingCall.Error, QRemoteObjectPendingCall.Impl -
Constructor Summary
ConstructorsModifierConstructorDescriptionImpl()protectedConstructor 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
Constructor for internal use only.- Parameters:
p- expected to benull.
-
-
Method Details
-
error
- Specified by:
errorin interfaceQRemoteObjectPendingCall
-
isFinished
- Specified by:
isFinishedin interfaceQRemoteObjectPendingCall
-
returnValue
- Specified by:
returnValuein interfaceQRemoteObjectPendingCall
-
waitForFinished
- Specified by:
waitForFinishedin interfaceQRemoteObjectPendingCall
-
clone
-