]> git.gag.com Git - sw/motorsim/blob - gui/com/billkuker/rocketry/motorsim/visual/workbench/BurnWatcher.java
Made example motor like SRM
[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 }