OnClickListener

public 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 methods

abstract void

Notifies that a click happened.

Public methods

onClick

Added in 1.0.0
abstract void onClick()

Notifies that a click happened.