public interface Axis3DChangeListener extends java.util.EventListener
CategoryPlot3D and XYZPlot) implement this interface so
that they can receive notification when the axes are modified.| Modifier and Type | Method and Description |
|---|---|
void |
axisChanged(Axis3DChangeEvent event)
Called to inform that an axis change event has occurred.
|
void axisChanged(Axis3DChangeEvent event)
event - the event (null not permitted).