Interface TierEditorListener<T>


public interface TierEditorListener<T>
Listener interface for tier editors.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    tierValueChanged(Tier<T> tier, T newValue, T oldValue, boolean valueIsAdjusting)
    Called when the value of a tier has changed and focus has left the tier editor.
  • Method Details

    • tierValueChanged

      void tierValueChanged(Tier<T> tier, T newValue, T oldValue, boolean valueIsAdjusting)
      Called when the value of a tier has changed and focus has left the tier editor.
      Parameters:
      tier -
      newValue -
      oldValue -
      valueIsAdjusting - if value is currently in the middle of multiple adjustments