java.lang.Object
io.qt.QtObject
io.qt.dbus.QDBusPendingReply<A>
io.qt.dbus.QDBusPendingReply2<A,B>
- All Implemented Interfaces:
QDBusPendingCall,QtObjectInterface,Cloneable
- Direct Known Subclasses:
QDBusPendingReply3
The QDBusPendingReply class contains the reply to an asynchronous method call.
Java wrapper for Qt's class QDBusPendingReply
-
Nested Class Summary
Nested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructorNested classes/interfaces inherited from interface io.qt.dbus.QDBusPendingCall
QDBusPendingCall.Impl -
Constructor Summary
ConstructorsConstructorDescriptionQDBusPendingReply2(QDBusMessage message, Class<A> typeA, Class<B> typeB) QDBusPendingReply2(QDBusPendingCall call, Class<A> typeA, Class<B> typeB) QDBusPendingReply2(QDBusPendingReply<A> other, Class<B> typeB, QMetaType... instantiations) QDBusPendingReply2(QDBusPendingReply2<A, B> other) -
Method Summary
Modifier and TypeMethodDescriptionprotected final ObjectargumentAt(int index) final Bprotected final voidassign(QDBusMessage message) protected final voidassign(QDBusPendingCall call) clone()final QDBusErrorerror()static QDBusPendingCallfromCompletedCall(QDBusMessage message) static QDBusPendingCallfromError(QDBusError error) final booleanisError()final booleanfinal booleanisValid()final QDBusMessagereply()final voidswap(QDBusPendingCall other) final voidMethods inherited from class io.qt.dbus.QDBusPendingReply
argumentAt0, count, newHashInstance, newHashInstance, newInstance, newInstance, newListInstance, newListInstance, newMapInstance, newMapInstance, newStringListInstance, newStringListInstance, valueMethods 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.QtObjectInterface
dispose, isDisposed
-
Constructor Details
-
QDBusPendingReply2
public QDBusPendingReply2() -
QDBusPendingReply2
-
QDBusPendingReply2
-
QDBusPendingReply2
-
QDBusPendingReply2
-
-
Method Details
-
clone
- Overrides:
clonein classQDBusPendingReply<A>
-
argumentAt1
-
argumentAt
-
assign
-
assign
-
error
- Specified by:
errorin interfaceQDBusPendingCall
-
isError
- Specified by:
isErrorin interfaceQDBusPendingCall
-
isFinished
- Specified by:
isFinishedin interfaceQDBusPendingCall
-
isValid
- Specified by:
isValidin interfaceQDBusPendingCall
-
reply
- Specified by:
replyin interfaceQDBusPendingCall
-
swap
Description copied from interface:QDBusPendingCall- Specified by:
swapin interfaceQDBusPendingCall
-
waitForFinished
- Specified by:
waitForFinishedin interfaceQDBusPendingCall
-
fromCompletedCall
Description copied from interface:QDBusPendingCall -
fromError
Description copied from interface:QDBusPendingCall
-