OnYearSelectedListener

fun interface OnYearSelectedListener

Interface definition for a callback to be invoked when user has selected year.

Functions

onYearSelected
Link copied to clipboard
abstract fun onYearSelected(year: Int)

Called when user has selected year.