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
computationEvent
public void computationEvent(ComputationEvent e)
- called when a computationEvent occured