edu.buffalo.fs7.mathlib
Interface ComputationEventListener

All Known Implementing Classes:
QubitChart, StateWindow

public interface ComputationEventListener

Interface to be implemented by classes that want to be notified about computation events of gates. This is necessary when a longer computation is done with the implictApply methods of BinaryOp. Since there no new variables are generated, no mathlib events are fired.

See Also:
BinaryOp, Gate

Method Summary
 void computationEvent(ComputationEvent e)
          called when a computationEvent occured
 

Method Detail

computationEvent

public void computationEvent(ComputationEvent e)
called when a computationEvent occured