Class PollingClientSystemTag

    • Constructor Detail

      • PollingClientSystemTag

        protected PollingClientSystemTag​(java.lang.String name,
                                         DataType dataType,
                                         java.lang.Object value,
                                         int delay)
    • Method Detail

      • updateValue

        protected abstract java.lang.Object updateValue​(java.lang.Object oldValue)
        Called every polling interval. Should return the new value for this polling tag. This will be called in a background thread.