Package org.jfree.chart
Interface ChartMouseListener
- All Known Implementing Classes:
ScatterPlotDemo3
public interface ChartMouseListener
The interface that must be implemented by classes that wish to receive
ChartMouseEvent notifications.-
Method Summary
Modifier and Type Method Description voidchartMouseClicked(ChartMouseEvent event)Callback method for receiving notification of a mouse click on a chart.voidchartMouseMoved(ChartMouseEvent event)Callback method for receiving notification of a mouse movement on a chart.
-
Method Details
-
chartMouseClicked
Callback method for receiving notification of a mouse click on a chart.- Parameters:
event- information about the event.
-
chartMouseMoved
Callback method for receiving notification of a mouse movement on a chart.- Parameters:
event- information about the event.
-