Interface HasSwipeHandlers


public interface HasSwipeHandlers
A widget that implements this interface sources SwipeStartEvents, SwipeMoveEvents and SwipeEndEvents
  • Method Details

    • addSwipeStartHandler

      com.google.gwt.event.shared.HandlerRegistration addSwipeStartHandler(SwipeStartHandler handler)
      register for a SwipeStartEvent
      Parameters:
      handler - the handler to register
      Returns:
      the HandlerRegistration
    • addSwipeMoveHandler

      com.google.gwt.event.shared.HandlerRegistration addSwipeMoveHandler(SwipeMoveHandler handler)
      register for a SwipeMoveHandler
      Parameters:
      handler - the handler to register
      Returns:
      the HandlerRegistration
    • addSwipeEndHandler

      com.google.gwt.event.shared.HandlerRegistration addSwipeEndHandler(SwipeEndHandler handler)
      register for a SwipeEndHandler
      Parameters:
      handler - the handler to register
      Returns:
      the HandlerRegistration