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

Packages that use EndHandler
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 EndHandler in org.vectomatic.dom.svg
 

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

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

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

Methods in org.vectomatic.dom.svg.events with parameters of type EndHandler
 com.google.gwt.event.shared.HandlerRegistration HasEndHandlers.addEndHandler(EndHandler handler)
          Adds a EndHandler handler.
protected  void EndEvent.dispatch(EndHandler handler)
           
 



Copyright © 2012. All Rights Reserved.