Android
android.view
public static interface

android.view.View.OnLongClickListener

android.view.View.OnLongClickListener

Interface definition for a callback to be invoked when a view has been clicked and held.

Known Indirect Subclasses

Summary

Public Methods

          boolean  onLongClick(View v)
Called when a view has been clicked and held.

Details

Public Methods

public boolean onLongClick(View v)

Called when a view has been clicked and held.

Parameters

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:56