org.apache.pivot.wtk
Class CalendarButtonListener.Adapter

java.lang.Object
  extended by org.apache.pivot.wtk.CalendarButtonListener.Adapter
All Implemented Interfaces:
CalendarButtonListener
Enclosing interface:
CalendarButtonListener

public static class CalendarButtonListener.Adapter
extends Object
implements CalendarButtonListener

Calendar button listener adapter.


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.apache.pivot.wtk.CalendarButtonListener
CalendarButtonListener.Adapter
 
Constructor Summary
CalendarButtonListener.Adapter()
           
 
Method Summary
 void disabledDateFilterChanged(CalendarButton calendarButton, Filter<CalendarDate> previousDisabledDateFilter)
          Called when a calendar button's disabled date filter has changed.
 void localeChanged(CalendarButton calendarButton, Locale previousLocale)
          Called when a calendar button's locale has changed.
 void monthChanged(CalendarButton calendarButton, int previousMonth)
          Called when a calendar button's month value has changed.
 void yearChanged(CalendarButton calendarButton, int previousYear)
          Called when a calendar button's year value has changed.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CalendarButtonListener.Adapter

public CalendarButtonListener.Adapter()
Method Detail

yearChanged

public void yearChanged(CalendarButton calendarButton,
                        int previousYear)
Description copied from interface: CalendarButtonListener
Called when a calendar button's year value has changed.

Specified by:
yearChanged in interface CalendarButtonListener

monthChanged

public void monthChanged(CalendarButton calendarButton,
                         int previousMonth)
Description copied from interface: CalendarButtonListener
Called when a calendar button's month value has changed.

Specified by:
monthChanged in interface CalendarButtonListener

localeChanged

public void localeChanged(CalendarButton calendarButton,
                          Locale previousLocale)
Description copied from interface: CalendarButtonListener
Called when a calendar button's locale has changed.

Specified by:
localeChanged in interface CalendarButtonListener

disabledDateFilterChanged

public void disabledDateFilterChanged(CalendarButton calendarButton,
                                      Filter<CalendarDate> previousDisabledDateFilter)
Description copied from interface: CalendarButtonListener
Called when a calendar button's disabled date filter has changed.

Specified by:
disabledDateFilterChanged in interface CalendarButtonListener