vec_math
Interface FunctionChangeCaster

All Known Implementing Classes:
AbstractFunctionChange

public interface FunctionChangeCaster

Functions, Multidimensionals, VectorFunctions or similar objects that can be changed during theit existance may want to notify listening instances that their evaluation behaviour changed. This interface defines the possibility to assign listeners to the implementing object.

See Also:
FunctionChangeListener

Method Summary
 void addFunctionChangeListener(FunctionChangeListener ear)
          Adds a listener to be notified on functional changes.
 void removeFunctionChangeListener(FunctionChangeListener ear)
          Removes a listener to be notified on functional changes.
 

Method Detail

addFunctionChangeListener

void addFunctionChangeListener(FunctionChangeListener ear)
Adds a listener to be notified on functional changes.


removeFunctionChangeListener

void removeFunctionChangeListener(FunctionChangeListener ear)
Removes a listener to be notified on functional changes.