|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AxisListener
Interface that provides a function to listen for changes in axes.
Method Summary | |
---|---|
void |
rangeChanged(Axis axis,
Number min,
Number max)
Notified if the range of the axis has changed. |
Method Detail |
---|
void rangeChanged(Axis axis, Number min, Number max)
axis
- Axis instance that has changed.min
- New minimum value.max
- New maximum value.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |