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