vec_math
Interface FunctionChangeListener

All Superinterfaces:
EventListener

public interface FunctionChangeListener
extends EventListener

A funtion change listener is interested on changes in the evalutaion behaviour of the function.


Method Summary
 void functionChange(FunctionChangeEvent fce)
          This method is called when the evaluation of the function will yield different results for identical arguments.
 

Method Detail

functionChange

void functionChange(FunctionChangeEvent fce)
This method is called when the evaluation of the function will yield different results for identical arguments. It is the response of some property change within the function.