public class OnEndSwipeLeftEvent<T> extends com.google.gwt.event.shared.GwtEvent<OnEndSwipeLeftEvent.OnEndSwipeLeftHandler<T>>
Modifier and Type | Class and Description |
---|---|
static interface |
OnEndSwipeLeftEvent.OnEndSwipeLeftHandler<T> |
Modifier | Constructor and Description |
---|---|
protected |
OnEndSwipeLeftEvent(T target) |
Modifier and Type | Method and Description |
---|---|
protected void |
dispatch(OnEndSwipeLeftEvent.OnEndSwipeLeftHandler<T> handler) |
static <T> void |
fire(HasSwipeableHandler<T> source,
T target) |
com.google.gwt.event.shared.GwtEvent.Type<OnEndSwipeLeftEvent.OnEndSwipeLeftHandler<T>> |
getAssociatedType() |
T |
getTarget() |
static com.google.gwt.event.shared.GwtEvent.Type<OnEndSwipeLeftEvent.OnEndSwipeLeftHandler<?>> |
getType() |
assertLive, getSource, isLive, kill, revive
protected OnEndSwipeLeftEvent(T target)
public static <T> void fire(HasSwipeableHandler<T> source, T target)
public static com.google.gwt.event.shared.GwtEvent.Type<OnEndSwipeLeftEvent.OnEndSwipeLeftHandler<?>> getType()
public final com.google.gwt.event.shared.GwtEvent.Type<OnEndSwipeLeftEvent.OnEndSwipeLeftHandler<T>> getAssociatedType()
getAssociatedType
in class com.google.gwt.event.shared.GwtEvent<OnEndSwipeLeftEvent.OnEndSwipeLeftHandler<T>>
protected void dispatch(OnEndSwipeLeftEvent.OnEndSwipeLeftHandler<T> handler)
dispatch
in class com.google.gwt.event.shared.GwtEvent<OnEndSwipeLeftEvent.OnEndSwipeLeftHandler<T>>
Copyright © 2018. All rights reserved.