Interface DayChangeListener

All Superinterfaces:
TimeListener

public interface DayChangeListener extends TimeListener
Listener interface for day change events.
Version:
2023-11-16
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Called when the day changes.
  • 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.