Interface SpectrumPanelListener
public interface SpectrumPanelListener
This interface describes the behaviour for a listener that wants to receive information
about events that occurred on a SpectrumPanel.
- Version:
- $Id: SpectrumPanelListener.java,v 1.1 2007/10/22 10:09:02 lennart Exp $
- Author:
- Lennart Martens
-
Method Summary
Modifier and Type Method Description void
rescaled(RescalingEvent aSe)
This method will be called whenever the SpectrumPanel is rescaled.
-
Method Details
-
rescaled
This method will be called whenever the SpectrumPanel is rescaled.- Parameters:
aSe
- ResizinEvent with the details of the rescaling.
-