lt.monarch.chart.mapper
Interface AxisMapperRangeListener

All Known Implementing Classes:
BoundedRangeModelAdapter

public interface AxisMapperRangeListener

Listener for mapper range updates.


Method Summary
Modifier and Type Method and Description
 void rangeAdjusting(AxisMapperRange range)
          Notifies that the range has entered or exited the adjusting mode.
 void rangeChanged(AxisMapperRange range)
          Notifies that the range has changed completely.
 void rangeShifted(AxisMapperRange range)
          Notifies that the range has been shifted.
 

Method Detail

rangeShifted

void rangeShifted(AxisMapperRange range)
Notifies that the range has been shifted. Range extent did not change.

Parameters:
range - mapper range, which has changed

rangeChanged

void rangeChanged(AxisMapperRange range)
Notifies that the range has changed completely.

Parameters:
range - mapper range, which has changed

rangeAdjusting

void rangeAdjusting(AxisMapperRange range)
Notifies that the range has entered or exited the adjusting mode.

Parameters:
range - mapper range, which has changed