org.vectomatic.dom.svg.events
Interface HasSVGZoomHandlers
- All Superinterfaces:
- com.google.gwt.event.shared.HasHandlers
- All Known Subinterfaces:
- HasDocumentHandlers
- All Known Implementing Classes:
- OMSVGDocument, OMSVGSVGElement, SVGImage
public interface HasSVGZoomHandlers
- extends com.google.gwt.event.shared.HasHandlers
A widget that implements this interface provides registration for
SVGZoomHandler
instances.
Methods inherited from interface com.google.gwt.event.shared.HasHandlers |
fireEvent |
addSVGZoomHandler
com.google.gwt.event.shared.HandlerRegistration addSVGZoomHandler(SVGZoomHandler handler)
- Adds a
SVGZoomHandler
handler.
- Parameters:
handler
- the zoom handler
- Returns:
HandlerRegistration
used to remove this handler
Copyright © 2012. All Rights Reserved.