org.vectomatic.dom.svg.events
Class RepeatEvent

java.lang.Object
  extended by com.google.web.bindery.event.shared.Event<H>
      extended by com.google.gwt.event.shared.GwtEvent<H>
          extended by com.google.gwt.event.dom.client.DomEvent<H>
              extended by org.vectomatic.dom.svg.events.TimeEvent<RepeatHandler>
                  extended by org.vectomatic.dom.svg.events.RepeatEvent
All Implemented Interfaces:
com.google.gwt.event.dom.client.HasNativeEvent

public class RepeatEvent
extends TimeEvent<RepeatHandler>

This event is raised when an element local timeline repeats. It will be raised each time the element repeats, after the first iteration. The event provides a numerical indication of which repeat iteration is beginning. The value is a 0-based integer, but the repeat event is not raised for the first iteration and so the observed values of the detail attribute will be >= 1.

Author:
laaglu

Nested Class Summary
 
Nested classes/interfaces inherited from class com.google.gwt.event.dom.client.DomEvent
com.google.gwt.event.dom.client.DomEvent.Type<H extends com.google.gwt.event.shared.EventHandler>
 
Constructor Summary
protected RepeatEvent()
          Protected constructor, use DomEvent.fireNativeEvent(com.google.gwt.dom.client.NativeEvent, com.google.gwt.event.shared.HasHandlers) to fire mouse out events.
 
Method Summary
protected  void dispatch(RepeatHandler handler)
           
 com.google.gwt.event.dom.client.DomEvent.Type<RepeatHandler> getAssociatedType()
           
static com.google.gwt.event.dom.client.DomEvent.Type<RepeatHandler> getType()
           
 
Methods inherited from class org.vectomatic.dom.svg.events.TimeEvent
getDetail
 
Methods inherited from class com.google.gwt.event.dom.client.DomEvent
fireNativeEvent, fireNativeEvent, getNativeEvent, getRelativeElement, preventDefault, setNativeEvent, setRelativeElement, stopPropagation
 
Methods inherited from class com.google.gwt.event.shared.GwtEvent
assertLive, getSource, isLive, kill, revive
 
Methods inherited from class com.google.web.bindery.event.shared.Event
setSource, toDebugString, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RepeatEvent

protected RepeatEvent()
Protected constructor, use DomEvent.fireNativeEvent(com.google.gwt.dom.client.NativeEvent, com.google.gwt.event.shared.HasHandlers) to fire mouse out events.

Method Detail

getAssociatedType

public com.google.gwt.event.dom.client.DomEvent.Type<RepeatHandler> getAssociatedType()
Overrides:
getAssociatedType in class com.google.gwt.event.dom.client.DomEvent<RepeatHandler>
Returns:
the handler type

getType

public static com.google.gwt.event.dom.client.DomEvent.Type<RepeatHandler> getType()
Returns:
the handler type

dispatch

protected void dispatch(RepeatHandler handler)
Specified by:
dispatch in class com.google.gwt.event.shared.GwtEvent<RepeatHandler>


Copyright © 2012. All Rights Reserved.