com.compomics.util.gui.interfaces
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
 void rescaled(RescalingEvent aSe)
          This method will be called whenever the SpectrumPanel is rescaled.
 

Method Detail

rescaled

void rescaled(RescalingEvent aSe)
This method will be called whenever the SpectrumPanel is rescaled.

Parameters:
aSe - ResizinEvent with the details of the rescaling.


Copyright © 2011. All Rights Reserved.