Package com.tinkerforge
Interface BrickletGPSV2.CoordinatesListener
-
- All Superinterfaces:
DeviceListener
,java.util.EventListener
,TinkerforgeListener
- Enclosing class:
- BrickletGPSV2
public static interface BrickletGPSV2.CoordinatesListener extends DeviceListener
This listener is triggered periodically with the period that is set byBrickletGPSV2.setCoordinatesCallbackPeriod(long)
. The parameters are the same as forBrickletGPSV2.getCoordinates()
. TheBrickletGPSV2.CoordinatesListener
listener is only triggered if the coordinates changed since the last triggering and if there is currently a fix as indicated byBrickletGPSV2.getStatus()
.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
coordinates(long latitude, char ns, long longitude, char ew)
-