Interface CalendarWidgetListener


public interface CalendarWidgetListener
Listener interface for the CalendarWidget.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    The user or another piece of code set the widget to a new time.
  • Method Details

    • updatedCalendar

      void updatedCalendar(CalendarWidget source, Calendar calendar)
      The user or another piece of code set the widget to a new time.
      Parameters:
      source - The affected widget.
      calendar - The current date and time.