public class CancelAnimationEvent extends GwtEvent<CancelAnimationEvent.CancelAnimationHandler>
| Modifier and Type | Class and Description |
|---|---|
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. |
GwtEvent.Type<H>| Constructor and Description |
|---|
CancelAnimationEvent() |
| Modifier and Type | Method and Description |
|---|---|
GwtEvent.Type<CancelAnimationEvent.CancelAnimationHandler> |
getAssociatedType() |
static GwtEvent.Type<CancelAnimationEvent.CancelAnimationHandler> |
getType()
Gets the type associated with this event.
|
public static GwtEvent.Type<CancelAnimationEvent.CancelAnimationHandler> getType()
public GwtEvent.Type<CancelAnimationEvent.CancelAnimationHandler> getAssociatedType()
getAssociatedType in class GwtEvent<CancelAnimationEvent.CancelAnimationHandler>Copyright © 2012. All Rights Reserved.