Package com.tinkerforge
Interface BrickletRealTimeClockV2.AlarmListener
-
- All Superinterfaces:
DeviceListener
,java.util.EventListener
,TinkerforgeListener
- Enclosing class:
- BrickletRealTimeClockV2
public static interface BrickletRealTimeClockV2.AlarmListener extends DeviceListener
This listener is triggered every time the current date and time matches the configured alarm (seeBrickletRealTimeClockV2.setAlarm(int, int, int, int, int, int, int)
). The parameters are the same as forBrickletRealTimeClockV2.getDateTime()
.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
alarm(int year, int month, int day, int hour, int minute, int second, int centisecond, int weekday, long timestamp)
-