Package uk.ac.starlink.topcat
Class WeakTopcatListener
java.lang.Object
uk.ac.starlink.topcat.WeakTopcatListener
- All Implemented Interfaces:
EventListener,TopcatListener
TopcatListener implementation which wraps another one but only retains
a weak reference to it.
- Since:
- 17 Apr 2007
- Author:
- Mark Taylor
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidmodelChanged(TopcatEvent evt) Invoked when the model has changed in some way.
-
Constructor Details
-
WeakTopcatListener
Constructor.- Parameters:
base- base listener
-
-
Method Details
-
modelChanged
Description copied from interface:TopcatListenerInvoked when the model has changed in some way.- Specified by:
modelChangedin interfaceTopcatListener- Parameters:
evt- event description
-