|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ChartMouseListener
The interface that must be implemented by classes that wish to receive
ChartMouseEvent
notifications from a ChartPanel
.
ChartPanel.addChartMouseListener(ChartMouseListener)
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. |
Method Detail |
---|
void chartMouseClicked(ChartMouseEvent event)
event
- information about the event.void chartMouseMoved(ChartMouseEvent event)
event
- information about the event.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |