Package uk.ac.starlink.topcat
Class WeakTopcatListener
- java.lang.Object
-
- uk.ac.starlink.topcat.WeakTopcatListener
-
- All Implemented Interfaces:
java.util.EventListener,TopcatListener
public class WeakTopcatListener extends java.lang.Object implements 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 Constructor Description WeakTopcatListener(TopcatListener base)Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidmodelChanged(TopcatEvent evt)Invoked when the model has changed in some way.
-
-
-
Constructor Detail
-
WeakTopcatListener
public WeakTopcatListener(TopcatListener base)
Constructor.- Parameters:
base- base listener
-
-
Method Detail
-
modelChanged
public void modelChanged(TopcatEvent evt)
Description copied from interface:TopcatListenerInvoked when the model has changed in some way.- Specified by:
modelChangedin interfaceTopcatListener- Parameters:
evt- event description
-
-