edu.buffalo.fs7.mathlib
Interface MathlibEventListener

All Known Implementing Classes:
GatePanel, GateTable, Mathlib, QubitChart, QVarTree, StateWindow

public interface MathlibEventListener

this interface is implemented by classes who would like to be notified about variable changes in the Mathlib class.

See Also:
Mathlib, MathlibEvent, ComputationEventListener

Method Summary
 void addVariable(MathlibEvent e)
          method called when a variable is added
 void changeVariable(MathlibEvent e)
          method called when a variable changes it's value,name or category
 void removeVariable(MathlibEvent e)
          method called when a variable is removed
 

Method Detail

addVariable

public void addVariable(MathlibEvent e)
method called when a variable is added

removeVariable

public void removeVariable(MathlibEvent e)
method called when a variable is removed

changeVariable

public void changeVariable(MathlibEvent e)
method called when a variable changes it's value,name or category