org.vectomatic.dom.svg.events
Interface HasBeginHandlers

All Superinterfaces:
com.google.gwt.event.shared.HasHandlers
All Known Subinterfaces:
HasAnimationHandlers
All Known Implementing Classes:
OMSVGAnimateColorElement, OMSVGAnimateElement, OMSVGAnimateMotionElement, OMSVGAnimateTransformElement, OMSVGAnimationElement, OMSVGSetElement

public interface HasBeginHandlers
extends com.google.gwt.event.shared.HasHandlers

A widget that implements this interface provides registration for BeginHandler instances.


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

Method Detail

addBeginHandler

com.google.gwt.event.shared.HandlerRegistration addBeginHandler(BeginHandler handler)
Adds a BeginHandler handler.

Parameters:
handler - the begin handler
Returns:
HandlerRegistration used to remove this handler


Copyright © 2012. All Rights Reserved.