java.lang.Object
io.qt.QtObject
io.qt.remoteobjects.QRemoteObjectPendingReply<A>
- All Implemented Interfaces:
QtObjectInterface
,QRemoteObjectPendingCall
,Cloneable
public final class QRemoteObjectPendingReply<A>
extends QtObject
implements QRemoteObjectPendingCall, Cloneable
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.qt.remoteobjects.QRemoteObjectPendingCall
QRemoteObjectPendingCall.Error
-
Constructor Summary
ConstructorDescriptionQRemoteObjectPendingReply
(QRemoteObjectPendingCall call, Class<A> typeA, QMetaType ... instantiations) QRemoteObjectPendingReply
(Class<A> type) Deprecated, for removal: This API element is subject to removal in a future version.QRemoteObjectPendingReply
(Class<A> type, QRemoteObjectPendingCall other) Deprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionclone()
static QRemoteObjectPendingReply<Map<String,
?>> static QRemoteObjectPendingReply<Object>
static QRemoteObjectPendingReply<List<?>>
static QRemoteObjectPendingReply<NavigableMap<String,
?>> static QRemoteObjectPendingReply<List<String>>
final A
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
assign, error, isFinished, waitForFinished, waitForFinished
Methods inherited from interface io.qt.QtObjectInterface
dispose, isDisposed
-
Constructor Details
-
QRemoteObjectPendingReply
public QRemoteObjectPendingReply() -
QRemoteObjectPendingReply
public QRemoteObjectPendingReply(QRemoteObjectPendingCall call, Class<A> typeA, QMetaType ... instantiations) -
QRemoteObjectPendingReply
Deprecated, for removal: This API element is subject to removal in a future version. -
QRemoteObjectPendingReply
@Deprecated(forRemoval=true) public QRemoteObjectPendingReply(Class<A> type, QRemoteObjectPendingCall other) Deprecated, for removal: This API element is subject to removal in a future version. -
QRemoteObjectPendingReply
-
-
Method Details
-
newInstance
-
newListInstance
-
newStringListInstance
public static QRemoteObjectPendingReply<List<String>> newStringListInstance(QRemoteObjectPendingCall call) -
newMapInstance
public static QRemoteObjectPendingReply<NavigableMap<String,?>> newMapInstance(QRemoteObjectPendingCall call) -
newHashInstance
public static QRemoteObjectPendingReply<Map<String,?>> newHashInstance(QRemoteObjectPendingCall call) -
clone
-
returnValue
Description copied from interface:QRemoteObjectPendingCall
- Specified by:
returnValue
in interfaceQRemoteObjectPendingCall
- Returns:
-