public interface SensorEventListener<T>
SensorEvents on an Entity.| Modifier and Type | Field and Description | 
|---|---|
| static SensorEventListener<java.lang.Object> | NOOP | 
| Modifier and Type | Method and Description | 
|---|---|
| void | onEvent(SensorEvent<T> event)The  SensorEventhandler method. | 
static final SensorEventListener<java.lang.Object> NOOP
void onEvent(SensorEvent<T> event)
SensorEvent handler method.