org.vectomatic.dom.svg.events
Interface HasDocumentHandlers

All Superinterfaces:
com.google.gwt.event.shared.HasHandlers, com.google.gwt.event.logical.shared.HasResizeHandlers, com.google.gwt.event.dom.client.HasScrollHandlers, HasSVGZoomHandlers
All Known Implementing Classes:
OMSVGDocument, OMSVGSVGElement, SVGImage

public interface HasDocumentHandlers
extends com.google.gwt.event.logical.shared.HasResizeHandlers, com.google.gwt.event.dom.client.HasScrollHandlers, HasSVGZoomHandlers

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


Method Summary
 
Methods inherited from interface com.google.gwt.event.logical.shared.HasResizeHandlers
addResizeHandler
 
Methods inherited from interface com.google.gwt.event.dom.client.HasScrollHandlers
addScrollHandler
 
Methods inherited from interface org.vectomatic.dom.svg.events.HasSVGZoomHandlers
addSVGZoomHandler
 
Methods inherited from interface com.google.gwt.event.shared.HasHandlers
fireEvent
 



Copyright © 2012. All Rights Reserved.