public class BeginEvent extends TimeEvent<BeginHandler>
Modifier | Constructor and Description |
---|---|
protected |
BeginEvent()
Protected constructor, use
DomEvent.fireNativeEvent(com.google.gwt.dom.client.NativeEvent, com.google.gwt.event.shared.HasHandlers)
to fire mouse out events. |
Modifier and Type | Method and Description |
---|---|
protected void |
dispatch(BeginHandler handler) |
com.google.gwt.event.dom.client.DomEvent.Type<BeginHandler> |
getAssociatedType() |
static com.google.gwt.event.dom.client.DomEvent.Type<BeginHandler> |
getType() |
fireNativeEvent, fireNativeEvent, getNativeEvent, getRelativeElement, preventDefault, setNativeEvent, setRelativeElement, stopPropagation
assertLive, getSource, isLive, kill, revive
protected BeginEvent()
DomEvent.fireNativeEvent(com.google.gwt.dom.client.NativeEvent, com.google.gwt.event.shared.HasHandlers)
to fire mouse out events.public com.google.gwt.event.dom.client.DomEvent.Type<BeginHandler> getAssociatedType()
getAssociatedType
in class com.google.gwt.event.dom.client.DomEvent<BeginHandler>
public static com.google.gwt.event.dom.client.DomEvent.Type<BeginHandler> getType()
protected void dispatch(BeginHandler handler)
dispatch
in class com.google.gwt.event.shared.GwtEvent<BeginHandler>
Copyright © 2018. All Rights Reserved.