Fields
Name | Description |
---|---|
ADJUSTMENT_FIRST | Marks the first integer id for the range of adjustment event ids. |
ADJUSTMENT_LAST | Marks the last integer id for the range of adjustment event ids. |
ADJUSTMENT_VALUE_CHANGED | The adjustment value changed event. |
BLOCK_DECREMENT | The block decrement adjustment type. |
BLOCK_INCREMENT | The block increment adjustment type. |
TRACK | The absolute tracking adjustment type. |
UNIT_DECREMENT | The unit decrement adjustment type. |
UNIT_INCREMENT | The unit increment adjustment type. |
Constructors
Name | Description |
---|---|
AdjustmentEvent(Adjustable, int, int, int) | Constructs a AdjustmentEvent object with the specified Adjustable source, type, and value. |
Methods
Name | Description |
---|---|
getAdjustable() | Returns the Adjustable object where this event originated. |
getAdjustmentType() | Returns the type of adjustment which caused the value changed event. |
getValue() | Returns the current value in the adjustment event. |
paramString() |