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. |