public static enum SessionEventDispatcher.EventType extends Enum<SessionEventDispatcher.EventType>
| Enum Constant and Description |
|---|
connection_closed |
connection_opened |
post_session_created |
pre_session_created |
session_closed |
| Modifier and Type | Method and Description |
|---|---|
static SessionEventDispatcher.EventType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SessionEventDispatcher.EventType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SessionEventDispatcher.EventType connection_opened
public static final SessionEventDispatcher.EventType connection_closed
public static final SessionEventDispatcher.EventType pre_session_created
public static final SessionEventDispatcher.EventType post_session_created
public static final SessionEventDispatcher.EventType session_closed
public static SessionEventDispatcher.EventType[] values()
for (SessionEventDispatcher.EventType c : SessionEventDispatcher.EventType.values()) System.out.println(c);
public static SessionEventDispatcher.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 nullCopyright © 2003–2019 Ignite Realtime. All rights reserved.