Interface TopcatListener
- All Superinterfaces:
EventListener
- All Known Implementing Classes:
Cartesian3DWindow, ControlWindow, LinesWindow, ParameterWindow, Plot3DWindow, PlotWindow, SphereWindow, TopcatForwarder, WeakTopcatListener
Listener interface for objects that want to notice changes in a
TopcatModel.
Note that TopcatModel is currently a mixed bag of existing models together with its own data. I'm not sure whether it makes sense to amalgamate these at some point.
- Since:
- 20 Feb 2004
- Author:
- Mark Taylor (Starlink)
-
Method Summary
Modifier and TypeMethodDescriptionvoidmodelChanged(TopcatEvent evt) Invoked when the model has changed in some way.
-
Method Details
-
modelChanged
Invoked when the model has changed in some way.- Parameters:
evt- event description
-