move gui to another source package
[sw/motorsim] / gui / com / billkuker / rocketry / motorsim / visual / workbench / BurnWatcher.java
1 package com.billkuker.rocketry.motorsim.visual.workbench;
2
3 import com.billkuker.rocketry.motorsim.Burn;
4
5 public interface BurnWatcher {
6         public void replace( Burn oldBurn, Burn newBurn);
7 }