package votorola.s.gwt.stage.light; /** A null implementation of a sensor. */ public class Sensor0 implements Sensor { // - S e n s o r ---------------------------------------------------------------------- /** Does nothing. */ public final void changed() {} /** Does nothing. */ public final void out() {} /** Does nothing. */ public final void over() {} }