Interface TouchMoveEventHandler

All Superinterfaces:
BrowserEventHandler

public interface TouchMoveEventHandler extends BrowserEventHandler
Touch move event handler interface
Since:
4.0
Author:
JBStrap
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Touch move event handler
  • Method Details

    • onTouchMove

      void onTouchMove(TouchEvent event)

      Touch move event handler

      The event handler will be called, when the user moves their finger on the screen.

      Note: Touch events only work with touchscreen devices

      Parameters:
      event - The event object
      See Also: