public interface Sensor { /** returns true if the sensor is currently sensing something * otherwise returns false. */ public boolean sensesSomething(); }