Interface TouchCancelHandler

All Superinterfaces:
EventHandler
All Known Implementing Classes:
HandlesAllTouchEvents

public interface TouchCancelHandler extends EventHandler
Handler interface for TouchCancelEvent events.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Called when TouchCancelEvent is fired.
  • Method Details