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