Package 

Class OnSingleClickListener

  • All Implemented Interfaces:
    android.view.View.OnClickListener

    
    public final class OnSingleClickListener
     implements View.OnClickListener
                        

    Ignores the onClick if the user clicks on the View within the provided delay. This extension is helpful when the user can spam-click the view multiple time eventually leading to undefined results.