- All Superinterfaces:
QtObjectInterface
- All Known Implementing Classes:
QDBusPendingCall.Impl
,QDBusPendingCallWatcher
,QDBusPendingReply
,QDBusPendingReply2
,QDBusPendingReply3
,QDBusPendingReply4
,QDBusPendingReply5
,QDBusPendingReply6
,QDBusPendingReply7
,QDBusPendingReply8
Refers to one pending asynchronous call
Java wrapper for Qt class QDBusPendingCall
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic class
Implementor class for interfaceQDBusPendingCall
-
Method Summary
Modifier and TypeMethodDescriptiondefault QDBusError
error()
static QDBusPendingCall
fromCompletedCall
(QDBusMessage message) static QDBusPendingCall
fromError
(QDBusError error) default boolean
isError()
default boolean
default boolean
isValid()
default QDBusMessage
reply()
default void
swap
(QDBusPendingCall other) default void
Methods inherited from interface io.qt.QtObjectInterface
dispose, isDisposed
-
Method Details
-
error
-
isError
-
isFinished
-
isValid
-
reply
-
swap
-
waitForFinished
-
fromCompletedCall
-
fromError
-