Package com.tinkerforge
Interface BrickletRealTimeClock.AlarmListener
-
- All Superinterfaces:
DeviceListener
,java.util.EventListener
,TinkerforgeListener
- Enclosing class:
- BrickletRealTimeClock
public static interface BrickletRealTimeClock.AlarmListener extends DeviceListener
This listener is triggered every time the current date and time matches the configured alarm (seeBrickletRealTimeClock.setAlarm(byte, byte, byte, byte, byte, byte, int)
). The parameters are the same as forBrickletRealTimeClock.getDateTime()
andBrickletRealTimeClock.getTimestamp()
combined. .. versionadded:: 2.0.1$nbsp;(Plugin)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
alarm(int year, short month, short day, short hour, short minute, short second, short centisecond, short weekday, long timestamp)
-