Interface UIControl.OnTouchCancelListener

All Superinterfaces:
UIControl.Listener
Enclosing class:
UIControl

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

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