- All Superinterfaces:
QtObjectInterface
- All Known Implementing Classes:
QRemoteObjectPendingCall.Impl
,QRemoteObjectPendingCallWatcher
,QRemoteObjectPendingReply
Encapsulates the result of an asynchronous method call
Java wrapper for Qt's class QRemoteObjectPendingCall
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic enum
Java wrapper for Qt enum QRemoteObjectPendingCall::Errorstatic class
Implementor class for interfaceQRemoteObjectPendingCall
-
Method Summary
Modifier and TypeMethodDescriptiondefault QRemoteObjectPendingCall.Error
error()
static QRemoteObjectPendingCall
fromCompletedCall
(Object returnValue) default boolean
default Object
default void
Overloaded function forwaitForFinished(int)
withtimeout = 30000
.default boolean
waitForFinished
(int timeout) Methods inherited from interface io.qt.QtObjectInterface
dispose, isDisposed
-
Method Details
-
error
-
isFinished
-
returnValue
-
waitForFinished
-
fromCompletedCall
-
waitForFinished
Overloaded function for
waitForFinished(int)
withtimeout = 30000
.
-