public interface

ChartChangeListener

implements EventListener
org.jfree.chart.event.ChartChangeListener
Known Indirect Subclasses

Class Overview

The interface that must be supported by classes that wish to receive notification of chart events.

The ChartPanel class registers itself with the chart it displays, and whenever the chart changes, the panel redraws itself.

Summary

Public Methods
abstract void chartChanged(ChartChangeEvent event)
Receives notification of a chart change event.

Public Methods

public abstract void chartChanged (ChartChangeEvent event)

Receives notification of a chart change event.

Parameters
event the event.