Package icyllis.modernui.view
Interface View.OnContextClickListener
- 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 context clicked.
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Called when a view is context clicked.
-
Method Details
-
onContextClick
Called when a view is context clicked.- Parameters:
v
- The view that has been context clicked.- Returns:
- true if the callback consumed the context click, false otherwise.
-