org.vectomatic.dom.svg.events
Class EndEvent

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<EndHandler>
                  extended by org.vectomatic.dom.svg.events.EndEvent
All Implemented Interfaces:
com.google.gwt.event.dom.client.HasNativeEvent

public class EndEvent
extends TimeEvent<EndHandler>

This event is raised at the active end of the element. Note that this event is not raised at the simple end of each repeat. This event 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 ended with the endElement or endElementAt 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 EndEvent()
          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(EndHandler handler)
           
 com.google.gwt.event.dom.client.DomEvent.Type<EndHandler> getAssociatedType()
           
static com.google.gwt.event.dom.client.DomEvent.Type<EndHandler> 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

EndEvent

protected EndEvent()
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<EndHandler> getAssociatedType()
Overrides:
getAssociatedType in class com.google.gwt.event.dom.client.DomEvent<EndHandler>
Returns:
the handler type

getType

public static com.google.gwt.event.dom.client.DomEvent.Type<EndHandler> getType()
Returns:
the handler type

dispatch

protected void dispatch(EndHandler handler)
Specified by:
dispatch in class com.google.gwt.event.shared.GwtEvent<EndHandler>


Copyright © 2012. All Rights Reserved.