java.lang.Object
io.qt.QtObject
io.qt.dbus.QDBusReply<T>
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
The QDBusReply class stores the reply for a method call to a remote object.
Java wrapper for Qt's class QDBusReply
-
Nested Class Summary
Nested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructor
-
Constructor Summary
ModifierConstructorDescriptionQDBusReply
(QDBusError dbusError) QDBusReply
(QDBusMessage reply, Class<T> valueType, QMetaType... instantiation) QDBusReply
(QDBusPendingCall pcall, Class<T> valueType, QMetaType... instantiation) protected
-
Method Summary
Modifier and TypeMethodDescriptionclone()
final QDBusError
error()
final boolean
isValid()
value()
Methods inherited from class io.qt.QtObject
dispose, equals, isDisposed