OnClickListener

interface OnClickListener

Known direct subclasses
ParkedOnlyOnClickListener

An OnClickListener that wraps another one and executes its onClick method only when the car is parked.


A listener of click events.

Summary

Public functions

Unit

Notifies that a click happened.

Public functions

onClick

Added in 1.0.0
fun onClick(): Unit

Notifies that a click happened.