|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface CalendarModel
This interface defines the methods used for Calendars to store the
event datum.
| Method Summary | |
|---|---|
void |
addCalendarDataListener(CalendarDataListener l)
Adds a listener to the calendar model that's notified each time a change to the data model occurs. |
java.util.List<CalendarEvent> |
get(java.util.Date beginDate,
java.util.Date endDate,
RenderContext rc)
Returns the list that must be a list of CalendarEvent type. |
void |
removeCalendarDataListener(CalendarDataListener l)
Removes a listener from the calendar model that's notified each time a change to the data model occurs. |
| Method Detail |
|---|
java.util.List<CalendarEvent> get(java.util.Date beginDate,
java.util.Date endDate,
RenderContext rc)
CalendarEvent type.
beginDate - the begin dateendDate - the end daterc - a RenderContext encapsulates the information needed for Calendars.void addCalendarDataListener(CalendarDataListener l)
void removeCalendarDataListener(CalendarDataListener l)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||