Package org.jfree.chart.event
Interface ChartProgressListener
- All Superinterfaces:
EventListener
- All Known Implementing Classes:
ChartPanel,OfflineRenderingChartPanel,PolarChartPanel
The interface that must be supported by classes that wish to receive
notification of chart progress events.
-
Method Summary
Modifier and TypeMethodDescriptionvoidchartProgress(ChartProgressEvent event) Receives notification of a chart progress event.
-
Method Details
-
chartProgress
Receives notification of a chart progress event.- Parameters:
event- the event.
-