Uses of Interface
org.vectomatic.dom.svg.events.RepeatHandler

Packages that use RepeatHandler
org.vectomatic.dom.svg Wrapper classes representing the bulk of libgwtsvg public API. 
org.vectomatic.dom.svg.events SVG-specific event handler classes. 
 

Uses of RepeatHandler in org.vectomatic.dom.svg
 

Methods in org.vectomatic.dom.svg with parameters of type RepeatHandler
 com.google.gwt.event.shared.HandlerRegistration OMSVGAnimationElement.addRepeatHandler(RepeatHandler handler)
           
 

Uses of RepeatHandler in org.vectomatic.dom.svg.events
 

Methods in org.vectomatic.dom.svg.events that return types with arguments of type RepeatHandler
 com.google.gwt.event.dom.client.DomEvent.Type<RepeatHandler> RepeatEvent.getAssociatedType()
           
static com.google.gwt.event.dom.client.DomEvent.Type<RepeatHandler> RepeatEvent.getType()
           
 

Methods in org.vectomatic.dom.svg.events with parameters of type RepeatHandler
 com.google.gwt.event.shared.HandlerRegistration HasRepeatHandlers.addRepeatHandler(RepeatHandler handler)
          Adds a RepeatHandler handler.
protected  void RepeatEvent.dispatch(RepeatHandler handler)
           
 



Copyright © 2012. All Rights Reserved.