Class RangeValueChangeData

  • All Implemented Interfaces:
    java.io.Serializable, ActionData

    public class RangeValueChangeData
    extends java.lang.Object
    implements ActionData
    The range value change action that denotes the range value of a component has been changed by the user.
    Author:
    jumperchen
    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getEndValue()
      Returns the end value of this sliderbuttons.
      int getStartValue()
      Returns the start value of this sliderbuttons.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • RangeValueChangeData

        public RangeValueChangeData()
    • Method Detail

      • getStartValue

        public int getStartValue()
        Returns the start value of this sliderbuttons.
      • getEndValue

        public int getEndValue()
        Returns the end value of this sliderbuttons.