public interface

ChartMouseListener

implements EventListener
org.jfree.chart.ChartMouseListener

Class Overview

The interface that must be implemented by classes that wish to receive ChartMouseEvent notifications from a ChartPanel.

Summary

Public Methods
abstract void chartMouseClicked(ChartMouseEvent event)
Callback method for receiving notification of a mouse click on a chart.
abstract void chartMouseMoved(ChartMouseEvent event)
Callback method for receiving notification of a mouse movement on a chart.

Public Methods

public abstract void chartMouseClicked (ChartMouseEvent event)

Callback method for receiving notification of a mouse click on a chart.

Parameters
event information about the event.

public abstract void chartMouseMoved (ChartMouseEvent event)

Callback method for receiving notification of a mouse movement on a chart.

Parameters
event information about the event.