
public class BeforeAnimateEvent extends <any> implements CancellableEvent
| Modifier and Type | Class and Description |
|---|---|
static interface |
BeforeAnimateEvent.BeforeAnimateHandler
Handler for
BeforeAnimateEvent events. |
static interface |
BeforeAnimateEvent.HasBeforeAnimateHandlers
A widget that implements this interface is a public source of
BeforeAnimateEvent events. |
| Constructor and Description |
|---|
BeforeAnimateEvent() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
dispatch(BeforeAnimateEvent.BeforeAnimateHandler handler) |
<any> |
getAssociatedType() |
static <any> |
getType()
Gets the type associated with this event.
|
boolean |
isCancelled()
Returns true if the event is cancelled.
|
void |
setCancelled(boolean cancelled)
True to cancel the event.
|
public static <any> getType()
public <any> getAssociatedType()
public boolean isCancelled()
CancellableEventisCancelled in interface CancellableEventpublic void setCancelled(boolean cancelled)
CancellableEventsetCancelled in interface CancellableEventcancelled - true to cancelprotected void dispatch(BeforeAnimateEvent.BeforeAnimateHandler handler)
Copyright © 2018. All rights reserved.