onClick

fun <T : View> T.onClick(onClick: (view: T) -> Unit): T
fun View.onClick(action: CSActionInterface): View