public interface SensorListener extends EventListener
Modifier and Type | Method and Description |
---|---|
void |
beginContact(SensorEvent e)
Respond to a solid fixture beginning to overlap with a sensor.
|
void |
endContact(SensorEvent e)
Respond to a solid fixture ceasing to overlap with a sensor.
|
void beginContact(SensorEvent e)
e
- description of the contactvoid endContact(SensorEvent e)
e
- description of the contact