public interface

AxisChangeListener

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

Class Overview

The interface that must be supported by classes that wish to receive notification of changes to an axis.

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.

Summary

Public Methods
abstract void axisChanged(AxisChangeEvent event)
Receives notification of an axis change event.

Public Methods

public abstract void axisChanged (AxisChangeEvent event)

Receives notification of an axis change event.

Parameters
event the event.