public static interface CalendarView.OnDateChangeListener
Modifier and Type | Method and Description |
---|---|
void |
onSelectedDayChange(CalendarView view,
int year,
int month,
int dayOfMonth)
Called upon change of the selected day.
|
void onSelectedDayChange(CalendarView view, int year, int month, int dayOfMonth)
view
- The view associated with this listener.year
- The year that was set.month
- The month that was set [0-11].dayOfMonth
- The day of the month that was set.