public static interface MonthLoader.MonthChangeListener
| Modifier and Type | Method and Description |
|---|---|
java.util.List<? extends WeekViewEvent> |
onMonthChange(int newYear,
int newMonth)
Very important interface, it's the base to load events in the calendar.
|
java.util.List<? extends WeekViewEvent> onMonthChange(int newYear, int newMonth)
newYear - : year of the events required by the view.newMonth - : month of the events required by the view