util
Interface AdjustableVariables

All Known Implementing Classes:
FaceFinder

public interface AdjustableVariables

Author:
DanO Specifies the interface (the methods) that have to be implemented by a class that wants to hear back from a VariableAdjuster. You might want to hear back from a variable ajuster because changing a variable might be enough, you might need to run some code after adjusting the variable, eg after you adjust the best color you might want to pre calculate the upper limit and lowere limit based on a tolerance.

Method Summary
 void someThingChanged(java.lang.String _whichVariable)
           
 

Method Detail

someThingChanged

public void someThingChanged(java.lang.String _whichVariable)