public static interface MonthLoader.MonthChangeListener<T>
| Modifier and Type | Method and Description |
|---|---|
java.util.List<WeekViewDisplayable<T>> |
onMonthChange(java.util.Calendar startDate,
java.util.Calendar endDate)
Called when the month displayed in the
WeekView changes. |
java.util.List<WeekViewDisplayable<T>> onMonthChange(java.util.Calendar startDate, java.util.Calendar endDate)
WeekView changes.startDate - A Calendar representing the start date of the monthendDate - A Calendar representing the end date of the monthWeekViewDisplayable of the provided month