org.vectomatic.dom.svg.events
Class BeginEvent

java.lang.Object
  extended by com.google.web.bindery.event.shared.Event<H>
      extended by com.google.gwt.event.shared.GwtEvent<H>
          extended by com.google.gwt.event.dom.client.DomEvent<H>
              extended by org.vectomatic.dom.svg.events.TimeEvent<BeginHandler>
                  extended by 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 Class Summary
 
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.
 
Method Summary
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()
           
 
Methods inherited from class org.vectomatic.dom.svg.events.TimeEvent
getDetail
 
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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.

Method Detail

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.