public interface ChartMouseListener
extends java.util.EventListener
ChartMouseEvent notifications from a ChartPanel.| Modifier and Type | Method and Description |
|---|---|
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.
|
void chartMouseClicked(ChartMouseEvent event)
event - information about the event.void chartMouseMoved(ChartMouseEvent event)
event - information about the event.