java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.dbus.QDBusPendingCall.Impl
- All Implemented Interfaces:
QDBusPendingCall
,QtObjectInterface
,Cloneable
- Enclosing interface:
- QDBusPendingCall
Implementor class for interface QDBusPendingCall
-
Nested Class Summary
Nested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructor
Nested classes/interfaces inherited from interface io.qt.dbus.QDBusPendingCall
QDBusPendingCall.Impl
-
Constructor Summary
ModifierConstructorDescriptionImpl
(QDBusPendingCall other) protected
Constructor for internal use only. -
Method Summary
Modifier and TypeMethodDescriptionclone()
final QDBusError
error()
final boolean
isError()
final boolean
final boolean
isValid()
final QDBusMessage
reply()
final void
swap
(QDBusPendingCall other) final void
Methods inherited from class io.qt.QtObject
dispose, equals, isDisposed
Methods inherited from class java.lang.Object
finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface io.qt.QtObjectInterface
dispose, isDisposed
-
Constructor Details
-
Impl
-
Impl
Constructor for internal use only.- Parameters:
p
- expected to benull
.
-
-
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
-