Interface UIControl.OnTouchDragExitListener

All Superinterfaces:
UIControl.Listener
Enclosing class:
UIControl

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

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