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