metsci / glimpse

Dynamic and Interactive Visualization of Big Data In Java and OpenGL
http://glimpse.metsci.com
Other
17 stars 6 forks source link

Split AxisListener1D into two methods (for axis bounds changes and axis selection changes) #32

Open ulmangt opened 11 years ago

ulmangt commented 11 years ago

Often listeners are only interested in changes to the axis bounds, not simply to changes to the selected axis position (which changes simply by the user hovering over the axis with the mouse).

AxisListener1D should provide two callback methods for those two cases.