public class TweenEvent extends Event
| Modifier and Type | Class and Description |
|---|---|
static class |
TweenEvent.TweenEventType |
Event.EventType| Modifier and Type | Field and Description |
|---|---|
static String |
COMPLETE |
static String |
DUMMY |
static String |
EVENT_NAME |
static String |
REVERSE_COMPLETE |
static String |
START |
static String |
UPDATE |
| Constructor and Description |
|---|
TweenEvent(TweenEvent.TweenEventType type,
boolean bubbles,
boolean cancelable,
TweenEventParams data) |
TweenEvent(TweenEvent.TweenEventType type,
TweenEventParams data) |
| Modifier and Type | Method and Description |
|---|---|
TweenEventParams |
getParams() |
getBubbles, getCancelable, getCurrentTarget, getDefaultPrevented, getEventName, getEventPhase, getEventType, getImmediatePropagationStopped, getPropagationStopped, getRemoved, getTarget, getTimeStamp, getType, preventDefault, remove, setCurrentTarget, setEventPhase, setTarget, stopImmediatePropagation, stopPropagationpublic static final String EVENT_NAME
public static final String DUMMY
public static final String START
public static final String UPDATE
public static final String COMPLETE
public static final String REVERSE_COMPLETE
public TweenEvent(TweenEvent.TweenEventType type, TweenEventParams data)
public TweenEvent(TweenEvent.TweenEventType type, boolean bubbles, boolean cancelable, TweenEventParams data)
public TweenEventParams getParams()
Copyright © 2015 atRem Interactive Media. All rights reserved.