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.


Method Summary
 com.google.gwt.event.shared.HandlerRegistration addSVGZoomHandler(SVGZoomHandler handler)
          Adds a SVGZoomHandler handler.
 
Methods inherited from interface com.google.gwt.event.shared.HasHandlers
fireEvent
 

Method Detail

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.