public interface Plot3DChangeListener extends java.util.EventListener
Plot3D instances.
The Chart3D class will register with its plot to receive change
notifications - and upon receiving a change notification, it will pass it
on as a Chart3DChangeEvent.| Modifier and Type | Method and Description |
|---|---|
void |
plotChanged(Plot3DChangeEvent event)
Receives notification that a plot has changed.
|
void plotChanged(Plot3DChangeEvent event)
event - event info.