class WrappedEpoxyModelClickListener<T : EpoxyModel<*>, V> : OnClickListener, OnLongClickListener
Used in the generated models to transform normal view click listeners to model click listeners.
WrappedEpoxyModelClickListener(clickListener: OnModelClickListener<T, V>?)WrappedEpoxyModelClickListener(clickListener: OnModelLongClickListener<T, V>?) |
fun equals(other: Any?): Boolean |
|
fun hashCode(): Int |
|
fun onClick(view: View): Unit |
|
fun onLongClick(view: View): Boolean |