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.QPrivateConstructor
Nested classes/interfaces inherited from interface io.qt.remoteobjects.QRemoteObjectPendingCall
QRemoteObjectPendingCall.Error, QRemoteObjectPendingCall.Impl
-
Constructor Summary
ModifierConstructorDescriptionImpl()
Impl
(QRemoteObjectPendingCall other) protected
Constructor for internal use only. -
Method Summary
Modifier and TypeMethodDescriptionfinal void
assign
(QRemoteObjectPendingCall other) clone()
error()
final boolean
final Object
final boolean
waitForFinished
(int timeout) Methods inherited from class io.qt.QtObject
dispose, equals, isDisposed
Methods inherited from class java.lang.Object
finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface io.qt.remoteobjects.QRemoteObjectPendingCall
waitForFinished
Methods 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:
error
in interfaceQRemoteObjectPendingCall
-
isFinished
- Specified by:
isFinished
in interfaceQRemoteObjectPendingCall
-
assign
- Specified by:
assign
in interfaceQRemoteObjectPendingCall
-
returnValue
- Specified by:
returnValue
in interfaceQRemoteObjectPendingCall
-
waitForFinished
- Specified by:
waitForFinished
in interfaceQRemoteObjectPendingCall
-
clone
-