Package com.tinkerforge
Interface BrickletGPSV3.StatusListener
-
- All Superinterfaces:
DeviceListener
,java.util.EventListener
,TinkerforgeListener
- Enclosing class:
- BrickletGPSV3
public static interface BrickletGPSV3.StatusListener extends DeviceListener
This listener is triggered periodically with the period that is set byBrickletGPSV3.setStatusCallbackPeriod(long)
. The parameters are the same as forBrickletGPSV3.getStatus()
. TheBrickletGPSV3.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(boolean hasFix, int satellitesView)
-