Package com.tinkerforge
Interface BrickletRealTimeClock.DateTimeListener
-
- All Superinterfaces:
DeviceListener
,java.util.EventListener
,TinkerforgeListener
- Enclosing class:
- BrickletRealTimeClock
public static interface BrickletRealTimeClock.DateTimeListener extends DeviceListener
This listener is triggered periodically with the period that is set byBrickletRealTimeClock.setDateTimeCallbackPeriod(long)
. The parameters are the same as forBrickletRealTimeClock.getDateTime()
andBrickletRealTimeClock.getTimestamp()
combined. TheBrickletRealTimeClock.DateTimeListener
listener is only triggered if the date or time changed since the last triggering. .. versionadded:: 2.0.1$nbsp;(Plugin)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
dateTime(int year, short month, short day, short hour, short minute, short second, short centisecond, short weekday, long timestamp)
-