public interface ChartMouseListener extends 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.Jas4pp 1.5 © Java Analysis Studio for Particle Physics