public interface CalendarModel
Calendars to store the
event datum.| Modifier and Type | Method and Description |
|---|---|
void |
addCalendarDataListener(CalendarDataListener l)
Adds a listener to the calendar model that's notified each time a change
to the data model occurs.
|
List<CalendarEvent> |
get(Date beginDate,
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.
|
List<CalendarEvent> get(Date beginDate, 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)
Copyright © 2015. All Rights Reserved.