net.simonvt.calendarview
Interface CalendarView.OnDateChangeListener
- Enclosing class:
- CalendarView
public static interface CalendarView.OnDateChangeListener
The callback used to indicate the user changes the date.
onSelectedDayChange
void onSelectedDayChange(CalendarView view,
int year,
int month,
int dayOfMonth)
- Called upon change of the selected day.
- Parameters:
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.
Copyright © 2012-2013. All Rights Reserved.