Package com.tinkerforge
Interface BrickletGPSV3.CoordinatesListener
-
- All Superinterfaces:
DeviceListener
,java.util.EventListener
,TinkerforgeListener
- Enclosing class:
- BrickletGPSV3
public static interface BrickletGPSV3.CoordinatesListener extends DeviceListener
This listener is triggered periodically with the period that is set byBrickletGPSV3.setCoordinatesCallbackPeriod(long)
. The parameters are the same as forBrickletGPSV3.getCoordinates()
. TheBrickletGPSV3.CoordinatesListener
listener is only triggered if the coordinates 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
coordinates(long latitude, char ns, long longitude, char ew)
-