- All Superinterfaces:
QtObjectInterface
- All Known Implementing Classes:
QDBusPendingCall.Impl
,QDBusPendingCallWatcher
,QDBusPendingReply
,QDBusPendingReply2
,QDBusPendingReply3
,QDBusPendingReply4
,QDBusPendingReply5
,QDBusPendingReply6
,QDBusPendingReply7
,QDBusPendingReply8
public interface QDBusPendingCall extends QtObjectInterface
Refers to one pending asynchronous call
Java wrapper for Qt class QDBusPendingCall
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
QDBusPendingCall.Impl
Implementor class for interfaceQDBusPendingCall
static class
QDBusPendingCall.MemberAccess
-
Method Summary
Modifier and Type Method Description default QDBusError
error()
static QDBusPendingCall
fromCompletedCall(QDBusMessage message)
static QDBusPendingCall
fromError(QDBusError error)
default boolean
isError()
default boolean
isFinished()
default boolean
isValid()
default QDBusMessage
reply()
default void
swap(QDBusPendingCall other)
default void
waitForFinished()