public class OutOfRangeEvent extends com.google.gwt.event.shared.GwtEvent<OutOfRangeHandler>
| Constructor and Description |
|---|
OutOfRangeEvent(com.google.gwt.user.client.Event nativeEvent) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
dispatch(OutOfRangeHandler handler) |
com.google.gwt.event.shared.GwtEvent.Type<OutOfRangeHandler> |
getAssociatedType() |
com.google.gwt.user.client.Event |
getNativeEvent() |
static com.google.gwt.event.shared.GwtEvent.Type<OutOfRangeHandler> |
getType() |
assertLive, getSource, isLive, kill, revivepublic OutOfRangeEvent(com.google.gwt.user.client.Event nativeEvent)
public static com.google.gwt.event.shared.GwtEvent.Type<OutOfRangeHandler> getType()
public com.google.gwt.user.client.Event getNativeEvent()
public com.google.gwt.event.shared.GwtEvent.Type<OutOfRangeHandler> getAssociatedType()
getAssociatedType in class com.google.gwt.event.shared.GwtEvent<OutOfRangeHandler>protected void dispatch(OutOfRangeHandler handler)
dispatch in class com.google.gwt.event.shared.GwtEvent<OutOfRangeHandler>Copyright © 2015. All rights reserved.