1 package SteeringStuff;
2
3
4 /**
5 * This interface tells to the listeners that tla flag of the ray was chaged.
6 * @author Marki
7 */
8 public interface IRaysFlagChanged {
9
10 public void flagRaysChanged();
11
12 }