- All Superinterfaces:
EventListener
- All Known Implementing Classes:
CategoryPlot3D,XYZPlot
A listener for axis change events. The plot classes that have axes
(
CategoryPlot3D and XYZPlot) implement this interface so
that they can receive notification when the axes are modified.-
Method Summary
Modifier and TypeMethodDescriptionvoidaxisChanged(Axis3DChangeEvent event) Called to inform that an axis change event has occurred.
-
Method Details
-
axisChanged
Called to inform that an axis change event has occurred.- Parameters:
event- the event (nullnot permitted).
-