Interface WriteHandler


  • public interface WriteHandler
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      QualityCode write​(TagPath target, java.lang.Object value)
      Should write the value to the given target, and return a quality code of success or failure.
      Important: A return value of Good_WritePending means that this handler does not want to handle the write (or will not execute it, exactly) and the write should be handled by the underlying tag implementation.
    • Method Detail

      • write

        QualityCode write​(TagPath target,
                          java.lang.Object value)
        Should write the value to the given target, and return a quality code of success or failure.
        Important: A return value of Good_WritePending means that this handler does not want to handle the write (or will not execute it, exactly) and the write should be handled by the underlying tag implementation.