WIMM Labs


com.wimm.framework.app
Interface YearPickerDialog.OnYearSelectedListener

Enclosing class:
YearPickerDialog

public static interface YearPickerDialog.OnYearSelectedListener

Interface supporting a callback function called when the year is selected.

Since:
WIMM SDK 1.0.0
See Also:
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

onYearSelected

void onYearSelected(int year)
Callback function that is called when the year is selected. The year selected by the user is passed to onYearSelected when it is called.

Parameters:
year - The month selected in the YearPickerDialog.
Since:
WIMM SDK 1.0.0

WIMM Labs