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