org.jfree.chart.event

Interface ChartProgressListener

All Superinterfaces:
EventListener
Known Implementing Classes:
ChartPanel, PolarChartPanel

public interface ChartProgressListener
extends EventListener

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

Method Summary

void
chartProgress(ChartProgressEvent event)
Receives notification of a chart progress event.

Method Details

chartProgress

public void chartProgress(ChartProgressEvent event)
Receives notification of a chart progress event.
Parameters:
event - the event.