org.jfree.chart
public interface ChartMouseListener extends EventListener
See Also: addChartMouseListener
| Method Summary | |
|---|---|
| void | chartMouseClicked(ChartMouseEvent event)
Callback method for receiving notification of a mouse click on a chart.
|
| void | chartMouseMoved(ChartMouseEvent event)
Callback method for receiving notification of a mouse movement on a
chart.
|
Parameters: event information about the event.
Parameters: event information about the event.