org.vectomatic.dom.svg.events
Class TimeEvent<H extends com.google.gwt.event.shared.EventHandler>

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<H>
Type Parameters:
H - handler type
All Implemented Interfaces:
com.google.gwt.event.dom.client.HasNativeEvent
Direct Known Subclasses:
BeginEvent, EndEvent, RepeatEvent

public abstract class TimeEvent<H extends com.google.gwt.event.shared.EventHandler>
extends com.google.gwt.event.dom.client.DomEvent<H>

The TimeEvent interface provides specific contextual information associated with Time events.


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
TimeEvent()
           
 
Method Summary
 int getDetail()
          Specifies some detail information about the Event, depending on the type of the event.
 
Methods inherited from class com.google.gwt.event.dom.client.DomEvent
fireNativeEvent, fireNativeEvent, getAssociatedType, getNativeEvent, getRelativeElement, preventDefault, setNativeEvent, setRelativeElement, stopPropagation
 
Methods inherited from class com.google.gwt.event.shared.GwtEvent
assertLive, dispatch, 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

TimeEvent

public TimeEvent()
Method Detail

getDetail

public final int getDetail()
Specifies some detail information about the Event, depending on the type of the event. For this event type, indicates the repeat number for the animation.

Returns:
the repeat number for the animation


Copyright © 2012. All Rights Reserved.