Class SuccessfulWrite

    • Constructor Detail

      • SuccessfulWrite

        public SuccessfulWrite​(TagPath tagPath,
                               java.lang.Object value)
    • Method Detail

      • getResponseError

        public java.lang.Throwable getResponseError()
        Description copied from interface: WriteOperation
        Returns any exception that occurred during the write.
      • getResponseMessage

        public java.lang.String getResponseMessage()
        Description copied from interface: WriteOperation
        Returns the response message, if any.
      • getWriteResponse

        public WriteResponse getWriteResponse()
        Description copied from interface: WriteOperation
        Returns the WriteResponse for this operation. If this is PENDING, one should register as a change listener to be notified when the response comes in.
      • setChangeListener

        public void setChangeListener​(javax.swing.event.ChangeListener listener)
        Description copied from interface: WriteOperation
        Sets the change listener to listen for when this operation has finished.