Modifier and Type | Field and Description |
---|---|
static int |
MAX
The value indicating that only Max value of
IRange has changed. |
static int |
MIN
The value indicating that only Min value of
IRange has changed. |
static int |
MIN_MAX
The value indicating that both Min and Max values of
IRange have changed. |
Modifier and Type | Method and Description |
---|---|
void |
onRangeChanged(T oldMin,
T oldMax,
T newMin,
T newMax,
int changedProperty)
Called when observed range instance has changed.
|
static final int MAX
IRange
has changed.static final int MIN
IRange
has changed.static final int MIN_MAX
IRange
have changed.