lejos.robotics
Interface Touch

All Known Implementing Classes:
TouchSensor

public interface Touch

Abstraction for touch sensors

Author:
Andy

Method Summary
 boolean isPressed()
          Check if the sensor is pressed.
 

Method Detail

isPressed

boolean isPressed()
Check if the sensor is pressed.

Returns:
true if sensor is pressed, false otherwise.