com.sencha.gxt.fx.client.animation
Class CancelAnimationEvent

java.lang.Object
  extended by com.google.web.bindery.event.shared.Event<H>
      extended by com.google.gwt.event.shared.GwtEvent<CancelAnimationEvent.CancelAnimationHandler>
          extended by com.sencha.gxt.fx.client.animation.CancelAnimationEvent

public class CancelAnimationEvent
extends GwtEvent<CancelAnimationEvent.CancelAnimationHandler>

Represent the cancelled animation event.


Nested Class Summary
static interface CancelAnimationEvent.CancelAnimationHandler
          Handler for CancelAnimationEvent events.
static interface CancelAnimationEvent.HasCancelAnimationHandlers
          A widget that implements this interface is a public source of CancelAnimationEvent events.
 
Nested classes/interfaces inherited from class com.google.gwt.event.shared.GwtEvent
GwtEvent.Type<H>
 
Constructor Summary
CancelAnimationEvent()
           
 
Method Summary
 GwtEvent.Type<CancelAnimationEvent.CancelAnimationHandler> getAssociatedType()
           
static GwtEvent.Type<CancelAnimationEvent.CancelAnimationHandler> getType()
          Gets the type associated with this event.
 
Methods inherited from class com.google.gwt.event.shared.GwtEvent
getSource
 
Methods inherited from class com.google.web.bindery.event.shared.Event
toDebugString, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CancelAnimationEvent

public CancelAnimationEvent()
Method Detail

getType

public static GwtEvent.Type<CancelAnimationEvent.CancelAnimationHandler> getType()
Gets the type associated with this event.

Returns:
returns the handler type

getAssociatedType

public GwtEvent.Type<CancelAnimationEvent.CancelAnimationHandler> getAssociatedType()
Overrides:
getAssociatedType in class GwtEvent<CancelAnimationEvent.CancelAnimationHandler>


Copyright © 2012. All Rights Reserved.