Interface IBslValueStateChangeListener


  • public interface IBslValueStateChangeListener
    A BSL value listener is notified when an IBslValue changes its state and content.
    See Also:
    IBslValue, IBslValueFactory
    • Method Detail

      • valueStateChanged

        void valueStateChanged​(IBslValue newValue)
        Notifies the listener that BSL value changes its state and content. Method can be invoked multiple times, one time per any change.

        BSL value owner (variable, watch expression, etc.) is intended to update it's content and state on method calls.

        Parameters:
        result - the result of the value state changes (actual new value), cannot be null