Class QRemoteObjectPendingReply<T>

java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.remoteobjects.QRemoteObjectPendingCall.Impl
io.qt.remoteobjects.QRemoteObjectPendingReply<T>
All Implemented Interfaces:
io.qt.QtObjectInterface, QRemoteObjectPendingCall, Cloneable

public class QRemoteObjectPendingReply<T> extends QRemoteObjectPendingCall.Impl
  • Constructor Details

    • QRemoteObjectPendingReply

      public QRemoteObjectPendingReply(Class<T> type)
    • QRemoteObjectPendingReply

      public QRemoteObjectPendingReply(Class<T> type, QRemoteObjectPendingCall other)
  • Method Details

    • convertedReturnValue

      public T convertedReturnValue()