java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.dbus.QDBusPendingCall.Impl
- All Implemented Interfaces:
QDBusPendingCall
,QtObjectInterface
,Cloneable
- Direct Known Subclasses:
QDBusPendingReply
- Enclosing interface:
- QDBusPendingCall
public static class QDBusPendingCall.Impl extends QtObject implements QDBusPendingCall, Cloneable
Implementor class for interface QDBusPendingCall
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.qt.dbus.QDBusPendingCall
QDBusPendingCall.Impl, QDBusPendingCall.MemberAccess
-
Constructor Summary
Constructors Modifier Constructor Description Impl(QDBusPendingCall other)
protected
Impl(QtObject.QPrivateConstructor p)
Constructor for internal use only. -
Method Summary
Modifier and Type Method Description QDBusPendingCall.Impl
clone()
QDBusError
error()
boolean
isError()
boolean
isFinished()
boolean
isValid()
QDBusMessage
reply()
void
swap(QDBusPendingCall other)
void
waitForFinished()
-
Constructor Details
-
Method Details
-
error
- Specified by:
error
in interfaceQDBusPendingCall
-
isError
- Specified by:
isError
in interfaceQDBusPendingCall
-
isFinished
- Specified by:
isFinished
in interfaceQDBusPendingCall
-
isValid
- Specified by:
isValid
in interfaceQDBusPendingCall
-
reply
- Specified by:
reply
in interfaceQDBusPendingCall
-
swap
- Specified by:
swap
in interfaceQDBusPendingCall
-
waitForFinished
- Specified by:
waitForFinished
in interfaceQDBusPendingCall
-
clone
-