|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface GyroListener
Interface with declarations of callback methods for the gyro sensor.
| Method Summary | |
|---|---|
void |
fast(SensorPort port,
int level)
Called when the gyro value overruns the trigger level. |
void |
slow(SensorPort port,
int level)
Called when the gyro value under-runs the trigger level. |
| Method Detail |
|---|
void fast(SensorPort port,
int level)
port - the port where the sensor is plugged inlevel - the current gyro value.
void slow(SensorPort port,
int level)
port - the port where the sensor is plugged inlevel - the current gyro level
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||