Java Calendar Component v3.1
www.java-calendar.com

com.imagine.component.calendar
Interface DateListener


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 @see 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.

Java Calendar Component v3.1
www.java-calendar.com