as.clynx.gui
Interface IChangeListener

All Known Implementing Classes:
AnalysisSelectionPanel, JSelectionPanel, MuxSelectionPanel, NormSelectionPanel

public interface IChangeListener

The interface IChangeListener.java listens to changes of inputparameters.

Version:
cLynx v.1.2, JDK 6.0: 12.10.2007
Author:
Andreas Senfter - andreas@senfters.com

Method Summary
 void inputChanged(int source, java.lang.Object new_value)
          avoke, when the value of the source with id=source changed to new_value
 

Method Detail

inputChanged

void inputChanged(int source,
                  java.lang.Object new_value)
avoke, when the value of the source with id=source changed to new_value

Parameters:
source -
new_value -