public class AfterAnimateEvent extends GwtEvent<AfterAnimateEvent.AfterAnimateHandler>
| Modifier and Type | Class and Description |
|---|---|
static interface |
AfterAnimateEvent.AfterAnimateHandler
Handler for
AfterAnimateEvent events. |
static interface |
AfterAnimateEvent.HasAfterAnimateHandlers
A widget that implements this interface is a public source of
AfterAnimateEvent events. |
GwtEvent.Type<H>| Constructor and Description |
|---|
AfterAnimateEvent() |
| Modifier and Type | Method and Description |
|---|---|
GwtEvent.Type<AfterAnimateEvent.AfterAnimateHandler> |
getAssociatedType() |
static GwtEvent.Type<AfterAnimateEvent.AfterAnimateHandler> |
getType()
Gets the type associated with this event.
|
public static GwtEvent.Type<AfterAnimateEvent.AfterAnimateHandler> getType()
public GwtEvent.Type<AfterAnimateEvent.AfterAnimateHandler> getAssociatedType()
getAssociatedType in class GwtEvent<AfterAnimateEvent.AfterAnimateHandler>Copyright © 2012. All Rights Reserved.