public static interface View.OnContextClickListener
| android.view.View.OnContextClickListener |
在单击上下文视图时要调用的回调的接口定义。
公共方法(Public methods) |
|
|---|---|
abstract boolean |
onContextClick(View v) 当视图被上下文单击时调用。 |
boolean onContextClick (View v)
当视图被上下文单击时调用。
| 参数(Parameters) | |
|---|---|
v |
View: The view that has been context clicked. |
| 返回(Returns) | |
|---|---|
boolean |
true if the callback consumed the context click, false otherwise. |