Class Tail

java.lang.Object
   |
   +----Tail

public class Tail
extends Object
implements Sensor

Constructor Index

 o Tail()

Method Index

 o sensesSomething()
returns true if the sensor is currently sensing something otherwise returns false.

Constructors

 o Tail
 public Tail()

Methods

 o sensesSomething
 public boolean sensesSomething()
returns true if the sensor is currently sensing something otherwise returns false.