Interface ProgressionListener

    • Method Detail

      • onProgressionValueChanged

        default void onProgressionValueChanged​(ProgressionEvent event)
        Invoked when the value, the minimum or the maximum has changed.
        Parameters:
        event - is the description of the event.
      • onProgressionStateChanged

        default void onProgressionStateChanged​(ProgressionEvent event)
        Invoked when the indeterminate/determinate state of the task progression changed.
        Parameters:
        event - is the description of the event.