Package com.tinkerforge
Interface BrickletGPSV3.DateTimeListener
-
- All Superinterfaces:
DeviceListener
,java.util.EventListener
,TinkerforgeListener
- Enclosing class:
- BrickletGPSV3
public static interface BrickletGPSV3.DateTimeListener extends DeviceListener
This listener is triggered periodically with the period that is set byBrickletGPSV3.setDateTimeCallbackPeriod(long)
. The parameters are the same as forBrickletGPSV3.getDateTime()
. TheBrickletGPSV3.DateTimeListener
listener is only triggered if the date or time changed since the last triggering.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
dateTime(long date, long time)
-