Interface TouchStartHandler

All Superinterfaces:
EventHandler
All Known Implementing Classes:
HandlesAllTouchEvents

public interface TouchStartHandler extends EventHandler
Handler interface for TouchStartEvent events.
  • Method Summary

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

    • onTouchStart

      void onTouchStart(TouchStartEvent event)
      Called when TouchStartEvent is fired.
      Parameters:
      event - the TouchStartEvent that was fired