173174175176177178179180181182183
public void onSwipeMove(SwipeMoveEvent event) { handleSwipeMove(event); } }); touchContainer.addSwipeEndHandler(new SwipeEndHandler() { @Override public void onSwipeEnd(SwipeEndEvent event) { handleSwipeEnd(event);