public static enum ConfigOwnerEvent.Change extends Enum<ConfigOwnerEvent.Change>
| Enum Constant and Description |
|---|
SESSION_CREATED |
SESSION_DESTROYED |
| Modifier and Type | Method and Description |
|---|---|
static ConfigOwnerEvent.Change |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConfigOwnerEvent.Change[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ConfigOwnerEvent.Change SESSION_CREATED
public static final ConfigOwnerEvent.Change SESSION_DESTROYED
public static ConfigOwnerEvent.Change[] values()
for (ConfigOwnerEvent.Change c : ConfigOwnerEvent.Change.values()) System.out.println(c);
public static ConfigOwnerEvent.Change 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 nullCopyright © 2023. All rights reserved.