Module java.desktop

Interface AdjustmentListener

    • Method Summary

      Modifier and Type Method Description
      void adjustmentValueChanged​(AdjustmentEvent e)
      Invoked when the value of the adjustable has changed.
    • Method Detail

      • adjustmentValueChanged

        void adjustmentValueChanged​(AdjustmentEvent e)
        Invoked when the value of the adjustable has changed.
        Parameters:
        e - the event to be processed