Package com.tinkerforge
Interface BrickletGPS.StatusListener
-
- All Superinterfaces:
DeviceListener
,java.util.EventListener
,TinkerforgeListener
- Enclosing class:
- BrickletGPS
public static interface BrickletGPS.StatusListener extends DeviceListener
This listener is triggered periodically with the period that is set byBrickletGPS.setStatusCallbackPeriod(long)
. The parameters are the same as forBrickletGPS.getStatus()
. TheBrickletGPS.StatusListener
listener is only triggered if the status changed since the last triggering.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
status(short fix, short satellitesView, short satellitesUsed)
-