|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ICalendarEventProvider
A provider than gathers a set of calendar events and exposes them as a list of ICalendarEvent object Alternately, if a start and end date are supplied, the event list is limited to those entries that fall within the date range.
Method Summary | |
---|---|
List |
getEventList()
Get a list of calendar events returned by this provider. |
void |
setEndDate(Date endDate)
Set the end date for the date range for this provider Setting the date to null, clears the end date. |
void |
setStartDate(Date startDate)
Set the start date of the date range for this provider. |
Method Detail |
---|
List getEventList()
void setStartDate(Date startDate)
startDate
- Include events that occur after this date.void setEndDate(Date endDate)
endDate
- Include events that occur before this date.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |