Interface TouchMoveHandler

All Superinterfaces:
EventHandler
All Known Implementing Classes:
HandlesAllTouchEvents

public interface TouchMoveHandler extends EventHandler
Handler interface for TouchMoveEvent events.
  • Method Summary Link icon

    Modifier and Type
    Method
    Description
    void
    Called when TouchMoveEvent is fired.
  • Method Details Link icon

    • onTouchMove Link icon

      void onTouchMove(TouchMoveEvent event)
      Called when TouchMoveEvent is fired.
      Parameters:
      event - the TouchMoveEvent that was fired