public enum EzyEventType extends Enum<EzyEventType> implements com.tvd12.ezyfox.constant.EzyConstant
| Enum Constant and Description |
|---|
SERVER_INITIALIZING |
SERVER_READY |
SESSION_REMOVED |
STREAMING |
USER_ACCESS_APP |
USER_ADDED |
USER_LOGIN |
USER_REMOVED |
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
static EzyEventType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EzyEventType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EzyEventType SERVER_INITIALIZING
public static final EzyEventType SERVER_READY
public static final EzyEventType USER_LOGIN
public static final EzyEventType USER_ACCESS_APP
public static final EzyEventType USER_ADDED
public static final EzyEventType USER_REMOVED
public static final EzyEventType SESSION_REMOVED
public static final EzyEventType STREAMING
public static EzyEventType[] values()
for (EzyEventType c : EzyEventType.values()) System.out.println(c);
public static EzyEventType 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 String getName()
getName in interface com.tvd12.ezyfox.constant.EzyConstantgetName in interface com.tvd12.ezyfox.constant.EzyHasNameCopyright © 2021 Young Monkeys. All rights reserved.