public static enum Protocol.ProtocolEventListener.EventType extends Enum<Protocol.ProtocolEventListener.EventType>
| Enum Constant and Description |
|---|
SERVER_CLOSED_SESSION |
SERVER_SHUTDOWN |
| Modifier and Type | Method and Description |
|---|---|
static Protocol.ProtocolEventListener.EventType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Protocol.ProtocolEventListener.EventType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Protocol.ProtocolEventListener.EventType SERVER_SHUTDOWN
public static final Protocol.ProtocolEventListener.EventType SERVER_CLOSED_SESSION
public static Protocol.ProtocolEventListener.EventType[] values()
for (Protocol.ProtocolEventListener.EventType c : Protocol.ProtocolEventListener.EventType.values()) System.out.println(c);
public static Protocol.ProtocolEventListener.EventType 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