Interface GestureEndHandler

All Superinterfaces:
EventHandler

public interface GestureEndHandler extends EventHandler
Handler interface for GestureEndEvent events.
  • Method Summary

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

    • onGestureEnd

      void onGestureEnd(GestureEndEvent event)
      Called when GestureEndEvent is fired.
      Parameters:
      event - the GestureEndEvent that was fired