java.lang.Object
io.qt.QtObject
io.qt.dbus.QDBusPendingReply<A>
- All Implemented Interfaces:
QDBusPendingCall,QtObjectInterface,Cloneable
- Direct Known Subclasses:
QDBusPendingReply2
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
ConstructorsConstructorDescriptionQDBusPendingReply(QDBusMessage message, Class<A> typeA, QMetaType... instantiations) QDBusPendingReply(QDBusPendingCall call, Class<A> typeA, QMetaType... instantiations) QDBusPendingReply(QDBusPendingReply<A> other) -
Method Summary
Modifier and TypeMethodDescriptionprotected final ObjectargumentAt(int index) final Aprotected final voidassign(QDBusMessage message) final voidassign(QDBusPendingCall call) clone()final intcount()final QDBusErrorerror()static QDBusPendingCallfromCompletedCall(QDBusMessage message) static QDBusPendingCallfromError(QDBusError error) final booleanisError()final booleanfinal booleanisValid()static QDBusPendingReply<Map<String,?>> newHashInstance(QDBusMessage message) static QDBusPendingReply<Map<String,?>> static QDBusPendingReply<Object>newInstance(QDBusMessage message) static QDBusPendingReply<Object>newInstance(QDBusPendingCall call) static QDBusPendingReply<List<?>>newListInstance(QDBusMessage message) static QDBusPendingReply<List<?>>static QDBusPendingReply<NavigableMap<String,?>> newMapInstance(QDBusMessage message) static QDBusPendingReply<NavigableMap<String,?>> static QDBusPendingReply<List<String>>newStringListInstance(QDBusMessage message) static QDBusPendingReply<List<String>>final QDBusMessagereply()final voidswap(QDBusPendingCall other) final Avalue()final voidMethods 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
-
QDBusPendingReply
public QDBusPendingReply() -
QDBusPendingReply
-
QDBusPendingReply
-
QDBusPendingReply
-
-
Method Details
-
newInstance
-
newInstance
-
newListInstance
-
newListInstance
-
newStringListInstance
-
newStringListInstance
-
newMapInstance
-
newMapInstance
-
newHashInstance
-
newHashInstance
-
clone
-
count
-
argumentAt0
-
value
-
argumentAt
-
assign
-
assign
Description copied from interface:QDBusPendingCall- Specified by:
assignin interfaceQDBusPendingCall
-
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
-