|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Date changed listener interface for receiving Calendar's events.
The class that is interested in processing a Calendar event implements this interface,
and the object created with that class is registered with a Calendar, using its
addCalendarListener method. When an action event
occurs, that object's particular method is invoked
| Method Summary | |
void |
dateChanged(CalendarEvent anEvent)
Invoked by the Calendar when date is changed |
void |
dateSelected(CalendarEvent anEvent)
Invoked by the Calendar when date is selected in the Calendar by mouse double click or when Enter is presssed |
void |
localeChanged(CalendarInterface aSource,
java.util.Locale aLocale,
java.util.Date aDate)
Invoked by the Calendar when locale is changed |
| Method Detail |
public void dateChanged(CalendarEvent anEvent)
anEvent - the CalendarEventpublic void dateSelected(CalendarEvent anEvent)
anEvent - the CalendarEvent
public void localeChanged(CalendarInterface aSource,
java.util.Locale aLocale,
java.util.Date aDate)
aSource - the source of the eventaLocale - the new LocaleaDate - the current Date
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||