public class TapEvent extends com.google.gwt.event.shared.GwtEvent<TapHandler>
| Constructor and Description |
|---|
TapEvent() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
dispatch(TapHandler handler) |
static <T> void |
fire(HasTapHandlers source) |
com.google.gwt.event.shared.GwtEvent.Type<TapHandler> |
getAssociatedType() |
static com.google.gwt.event.shared.GwtEvent.Type<TapHandler> |
getType() |
assertLive, getSource, isLive, kill, revivepublic static com.google.gwt.event.shared.GwtEvent.Type<TapHandler> getType()
protected void dispatch(TapHandler handler)
dispatch in class com.google.gwt.event.shared.GwtEvent<TapHandler>public com.google.gwt.event.shared.GwtEvent.Type<TapHandler> getAssociatedType()
getAssociatedType in class com.google.gwt.event.shared.GwtEvent<TapHandler>public static <T> void fire(HasTapHandlers source)
Copyright © 2014. All rights reserved.