Package com.tinkerforge
Interface BrickletRealTimeClockV2.DateTimeListener
-
- All Superinterfaces:
DeviceListener
,java.util.EventListener
,TinkerforgeListener
- Enclosing class:
- BrickletRealTimeClockV2
public static interface BrickletRealTimeClockV2.DateTimeListener extends DeviceListener
This listener is triggered periodically with the period that is set byBrickletRealTimeClockV2.setDateTimeCallbackConfiguration(long)
. The parameters are the same as forBrickletRealTimeClockV2.getDateTime()
.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
dateTime(int year, int month, int day, int hour, int minute, int second, int centisecond, int weekday, long timestamp)
-