public static enum TimeChangeEvent.EventId extends java.lang.Enum<TimeChangeEvent.EventId>
Enum Constant and Description |
---|
BUFFERED_END_TIME_CHANGED |
BUFFERED_START_TIME_CHANGED |
DURATION_CHANGED |
TIME_CHANGED |
Modifier and Type | Method and Description |
---|---|
static TimeChangeEvent.EventId |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TimeChangeEvent.EventId[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TimeChangeEvent.EventId TIME_CHANGED
public static final TimeChangeEvent.EventId DURATION_CHANGED
public static final TimeChangeEvent.EventId BUFFERED_START_TIME_CHANGED
public static final TimeChangeEvent.EventId BUFFERED_END_TIME_CHANGED
public static TimeChangeEvent.EventId[] values()
for (TimeChangeEvent.EventId c : TimeChangeEvent.EventId.values()) System.out.println(c);
public static TimeChangeEvent.EventId valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null