android.view.View.OnLongClickListener |
Interface definition for a callback to be invoked when a view has been clicked and held.
boolean | onLongClick(View v) | |||||
Called when a view has been clicked and held. |
v | The view that was clicked and held. return True if the callback consumed the long click, false otherwise |
---|
Copyright 2007 Google Inc. | Build 0.9_r1-98467 - 14 Aug 2008 18:48 |