public class CancelAnimationEvent
extends <any>
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. |
Modifier and Type | Field and Description |
---|---|
protected static <any> |
TYPE
Handler type.
|
Constructor and Description |
---|
CancelAnimationEvent() |
Modifier and Type | Method and Description |
---|---|
protected void |
dispatch(CancelAnimationEvent.CancelAnimationHandler handler) |
<any> |
getAssociatedType() |
static <any> |
getType()
Gets the type associated with this event.
|
public static <any> getType()
public <any> getAssociatedType()
protected void dispatch(CancelAnimationEvent.CancelAnimationHandler handler)
Copyright © 2018. All rights reserved.