Package com.tccc.kos.core.service.time
Interface DayChangeListener
- All Superinterfaces:
TimeListener
Listener interface for day change events.
- Version:
- 2023-11-16
-
Method Summary
-
Method Details
-
onDayChanged
void onDayChanged()Called when the day changes. This is typically called shortly after midnight, but can also be called as a result of a time / date / timezone change which results in the current localtime being a different day.
-