Interface Sensor
- public interface Sensor
-
sensesSomething()
- returns true if the sensor is currently sensing something
otherwise returns false.
sensesSomething
public abstract boolean sensesSomething()
- returns true if the sensor is currently sensing something
otherwise returns false.