Calendar Component v5.1
www.calendarcomponent.com

com.imagine.component.calendar
Interface DateListener

All Known Implementing Classes:
CalendarNavigationController

public interface DateListener

This interface will be implemented by those objects who will receive date information.
In case it is desired to be handled more than one selected dates one should implement the interface com.imagine.component.calendar.selection.CalendarSelectionListener instead of implementing the DateListener interface.


Method Summary
 void dateChanged(java.util.Date date)
          Called when the current date is changed.
 

Method Detail

dateChanged

public void dateChanged(java.util.Date date)
Called when the current date is changed.

Parameters:
date - The new date.

Calendar Component v5.1
www.calendarcomponent.com