Class CalendarButtonListener.Adapter

  • All Implemented Interfaces:
    CalendarButtonListener
    Enclosing interface:
    CalendarButtonListener

    @Deprecated
    public static class CalendarButtonListener.Adapter
    extends java.lang.Object
    implements CalendarButtonListener
    Deprecated.
    Since 2.1 and Java 8 the interface itself has default implementations.
    Calendar button listener adapter.
    • Constructor Detail

      • Adapter

        public Adapter()
        Deprecated.
    • Method Detail

      • yearChanged

        public void yearChanged​(CalendarButton calendarButton,
                                int previousYear)
        Deprecated.
        Description copied from interface: CalendarButtonListener
        Called when a calendar button's year value has changed.
        Specified by:
        yearChanged in interface CalendarButtonListener
        Parameters:
        calendarButton - The calendar button that changed.
        previousYear - The previously selected year.
      • monthChanged

        public void monthChanged​(CalendarButton calendarButton,
                                 int previousMonth)
        Deprecated.
        Description copied from interface: CalendarButtonListener
        Called when a calendar button's month value has changed.
        Specified by:
        monthChanged in interface CalendarButtonListener
        Parameters:
        calendarButton - The calendar button that changed.
        previousMonth - The previously selected month.
      • localeChanged

        public void localeChanged​(CalendarButton calendarButton,
                                  java.util.Locale previousLocale)
        Deprecated.
        Description copied from interface: CalendarButtonListener
        Called when a calendar button's locale has changed.
        Specified by:
        localeChanged in interface CalendarButtonListener
        Parameters:
        calendarButton - The calendar button that changed.
        previousLocale - The previously selected locale for the calendar.