public static enum ControlMessageEvent.Type extends Enum<ControlMessageEvent.Type>
Enum Constant and Description |
---|
STATS_UPDATE
signifies that the control message stats has been updated.
|
Modifier and Type | Method and Description |
---|---|
static ControlMessageEvent.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ControlMessageEvent.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ControlMessageEvent.Type STATS_UPDATE
public static ControlMessageEvent.Type[] values()
for (ControlMessageEvent.Type c : ControlMessageEvent.Type.values()) System.out.println(c);
public static ControlMessageEvent.Type 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 null