|
WIMM Labs |
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface YearPickerDialog.OnYearSelectedListener
Interface supporting a callback function called when the year is selected.
YearPickerDialog.setYearSelectedListener(com.wimm.framework.app.YearPickerDialog.OnYearSelectedListener)
Method Summary | |
---|---|
void |
onYearSelected(int year)
Callback function that is called when the year is selected. |
Method Detail |
---|
void onYearSelected(int year)
onYearSelected
when it
is called.
year
- The month selected in the YearPickerDialog
.
|
WIMM Labs |
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |