org.vectomatic.dom.svg.events
Interface HasAnimationHandlers

All Superinterfaces:
HasBeginHandlers, HasEndHandlers, com.google.gwt.event.shared.HasHandlers, com.google.gwt.event.dom.client.HasLoadHandlers, HasRepeatHandlers
All Known Implementing Classes:
OMSVGAnimateColorElement, OMSVGAnimateElement, OMSVGAnimateMotionElement, OMSVGAnimateTransformElement, OMSVGAnimationElement, OMSVGSetElement

public interface HasAnimationHandlers
extends HasBeginHandlers, HasEndHandlers, HasRepeatHandlers, com.google.gwt.event.dom.client.HasLoadHandlers

This is a convenience interface that includes all animation handlers defined by SVG.


Method Summary
 
Methods inherited from interface org.vectomatic.dom.svg.events.HasBeginHandlers
addBeginHandler
 
Methods inherited from interface org.vectomatic.dom.svg.events.HasEndHandlers
addEndHandler
 
Methods inherited from interface org.vectomatic.dom.svg.events.HasRepeatHandlers
addRepeatHandler
 
Methods inherited from interface com.google.gwt.event.dom.client.HasLoadHandlers
addLoadHandler
 
Methods inherited from interface com.google.gwt.event.shared.HasHandlers
fireEvent
 



Copyright © 2012. All Rights Reserved.