public interface SensorEventListener<T>
SensorEvent
s 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
SensorEvent handler method. |
static final SensorEventListener<java.lang.Object> NOOP
void onEvent(SensorEvent<T> event)
SensorEvent
handler method.