Interface UIControl.OnTouchDownListener

All Superinterfaces:
UIControl.Listener
Enclosing class:
UIControl

public static interface UIControl.OnTouchDownListener
extends UIControl.Listener
  • Method Summary

    Modifier and Type Method Description
    void onTouchDown​(UIControl control, UIEvent event)  
  • Method Details