Interface TouchEndHandler

All Superinterfaces:
EventHandler
All Known Implementing Classes:
HandlesAllTouchEvents

public interface TouchEndHandler extends EventHandler
Handler interface for TouchEndEvent events.
  • Method Summary

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

    • onTouchEnd

      void onTouchEnd(TouchEndEvent event)
      Called when TouchEndEvent is fired.
      Parameters:
      event - the TouchEndEvent that was fired