org.vectomatic.dom.svg.events
Class BeginEvent
java.lang.Object
com.google.web.bindery.event.shared.Event<H>
com.google.gwt.event.shared.GwtEvent<H>
com.google.gwt.event.dom.client.DomEvent<H>
org.vectomatic.dom.svg.events.TimeEvent<BeginHandler>
org.vectomatic.dom.svg.events.BeginEvent
- All Implemented Interfaces:
- com.google.gwt.event.dom.client.HasNativeEvent
public class BeginEvent
- extends TimeEvent<BeginHandler>
This event is raised when the element local timeline begins to play.
It will be raised each time the element begins the active duration
(i.e. when it restarts, but not when it repeats). It may be raised both
in the course of normal (i.e. scheduled or interactive) timeline play,
as well as in the case that the element was begun with the
beginElement or beginElementAt methods. Note that if an element is
restarted while it is currently playing, the element will raise an end
event and another begin event, as the element restarts.
Nested classes/interfaces inherited from class com.google.gwt.event.dom.client.DomEvent |
com.google.gwt.event.dom.client.DomEvent.Type<H extends com.google.gwt.event.shared.EventHandler> |
Constructor Summary |
protected |
BeginEvent()
Protected constructor, use
DomEvent.fireNativeEvent(com.google.gwt.dom.client.NativeEvent, com.google.gwt.event.shared.HasHandlers)
to fire mouse out events. |
Methods inherited from class com.google.gwt.event.dom.client.DomEvent |
fireNativeEvent, fireNativeEvent, getNativeEvent, getRelativeElement, preventDefault, setNativeEvent, setRelativeElement, stopPropagation |
Methods inherited from class com.google.gwt.event.shared.GwtEvent |
assertLive, getSource, isLive, kill, revive |
Methods inherited from class com.google.web.bindery.event.shared.Event |
setSource, toDebugString, toString |
BeginEvent
protected BeginEvent()
- Protected constructor, use
DomEvent.fireNativeEvent(com.google.gwt.dom.client.NativeEvent, com.google.gwt.event.shared.HasHandlers)
to fire mouse out events.
getAssociatedType
public com.google.gwt.event.dom.client.DomEvent.Type<BeginHandler> getAssociatedType()
- Overrides:
getAssociatedType
in class com.google.gwt.event.dom.client.DomEvent<BeginHandler>
- Returns:
- the handler type
getType
public static com.google.gwt.event.dom.client.DomEvent.Type<BeginHandler> getType()
- Returns:
- the handler type
dispatch
protected void dispatch(BeginHandler handler)
- Specified by:
dispatch
in class com.google.gwt.event.shared.GwtEvent<BeginHandler>
Copyright © 2012. All Rights Reserved.