Package icyllis.modernui.view
Interface View.OnClickListener
- Enclosing class:
View
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Interface definition for a callback to be invoked when a view is clicked.
-
Method Summary
-
Method Details
-
onClick
Called when a view has been clicked.- Parameters:
v
- The view that was clicked.
-