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
A generic version of QRemoteObjectPendingCall.
Java wrapper for Qt's class QRemoteObjectPendingReply
-
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) Copy constructorQRemoteObjectPendingReply
(Class<A> type) Deprecated.QRemoteObjectPendingReply
(Class<A> type, QRemoteObjectPendingCall other) Deprecated. -
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. -
QRemoteObjectPendingReply
Deprecated. -
QRemoteObjectPendingReply
Copy constructor
-
-
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
- Specified by:
returnValue
in interfaceQRemoteObjectPendingCall
-