public interface AxisChangeListener extends java.util.EventListener
The Plot class implements this interface, and automatically registers with its axes (if any). Any axis changes are passed on by the plot as a plot change event. This is part of the notification mechanism that ensures that charts are redrawn whenever changes are made to any chart component.
Modifier and Type | Method and Description |
---|---|
void |
axisChanged(AxisChangeEvent event)
Receives notification of an axis change event.
|
void axisChanged(AxisChangeEvent event)
event
- the event.