public static enum TweenEvent.TweenEventType extends Enum<TweenEvent.TweenEventType> implements Event.EventType
| Enum Constant and Description |
|---|
COMPLETE |
DUMMY |
REVERSE_COMPLETE |
START |
UPDATE |
| Modifier and Type | Method and Description |
|---|---|
abstract String |
getType() |
static TweenEvent.TweenEventType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TweenEvent.TweenEventType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TweenEvent.TweenEventType DUMMY
public static final TweenEvent.TweenEventType START
public static final TweenEvent.TweenEventType UPDATE
public static final TweenEvent.TweenEventType COMPLETE
public static final TweenEvent.TweenEventType REVERSE_COMPLETE
public static TweenEvent.TweenEventType[] values()
for (TweenEvent.TweenEventType c : TweenEvent.TweenEventType.values()) System.out.println(c);
public static TweenEvent.TweenEventType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic abstract String getType()
getType in interface Event.EventTypeCopyright © 2015 atRem Interactive Media. All rights reserved.