Class SwipeEvent<H extends com.google.gwt.event.shared.EventHandler>
java.lang.Object
com.google.web.bindery.event.shared.Event<H>
com.google.gwt.event.shared.GwtEvent<H>
org.silverpeas.mobile.client.common.reconizer.swipe.SwipeEvent<H>
- Type Parameters:
H- Handler type of the event
- Direct Known Subclasses:
SwipeEndEvent,SwipeMoveEvent,SwipeStartEvent
public abstract class SwipeEvent<H extends com.google.gwt.event.shared.EventHandler>
extends com.google.gwt.event.shared.GwtEvent<H>
base class for all swipte events
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class com.google.gwt.event.shared.GwtEvent
com.google.gwt.event.shared.GwtEvent.Type<H extends Object> -
Constructor Summary
ConstructorsConstructorDescriptionSwipeEvent(SwipeEvent.DIRECTION direction) Construct a swipe event with a given direction -
Method Summary
Methods inherited from class com.google.gwt.event.shared.GwtEvent
assertLive, dispatch, getAssociatedType, getSource, isLive, kill, reviveMethods inherited from class com.google.web.bindery.event.shared.Event
setSource, toDebugString, toString
-
Constructor Details
-
SwipeEvent
Construct a swipe event with a given direction- Parameters:
direction- the direction to use
-
-
Method Details
-
getDirection
the direction of the event- Returns:
- the direction
-