|
Java Calendar Component v3.1 www.java-calendar.com |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
public void dateChanged(java.util.Date date)
date
- The new date.
|
Java Calendar Component v3.1 www.java-calendar.com |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |