public interface

PlotChangeListener

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

Class Overview

The interface that must be supported by classes that wish to receive notification of changes to a plot.

Summary

Public Methods
abstract void plotChanged(PlotChangeEvent event)
Receives notification of a plot change event.

Public Methods

public abstract void plotChanged (PlotChangeEvent event)

Receives notification of a plot change event.

Parameters
event the event.