Package com.tinkerforge
Interface BrickletGPSV3.MotionListener
-
- All Superinterfaces:
DeviceListener
,java.util.EventListener
,TinkerforgeListener
- Enclosing class:
- BrickletGPSV3
public static interface BrickletGPSV3.MotionListener extends DeviceListener
This listener is triggered periodically with the period that is set byBrickletGPSV3.setMotionCallbackPeriod(long)
. The parameters are the same as forBrickletGPSV3.getMotion()
. TheBrickletGPSV3.MotionListener
listener is only triggered if the motion changed since the last triggering and if there is currently a fix as indicated byBrickletGPSV3.getStatus()
.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
motion(long course, long speed)
-