|
Openfire 3.8.1 Javadoc | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||
java.lang.Objectjava.lang.Enum<SessionEventDispatcher.EventType>
org.jivesoftware.openfire.event.SessionEventDispatcher.EventType
public static enum SessionEventDispatcher.EventType
Represents valid event types.
| Enum Constant Summary | |
|---|---|
anonymous_session_created
An anonymous session was created. |
|
anonymous_session_destroyed
A anonymous session was destroyed |
|
resource_bound
A resource was bound to the session. |
|
session_created
A session was created. |
|
session_destroyed
A session was destroyed |
|
| Method Summary | |
|---|---|
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're declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final SessionEventDispatcher.EventType session_created
public static final SessionEventDispatcher.EventType session_destroyed
public static final SessionEventDispatcher.EventType anonymous_session_created
public static final SessionEventDispatcher.EventType anonymous_session_destroyed
public static final SessionEventDispatcher.EventType resource_bound
| Method Detail |
|---|
public static final 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 name
|
Openfire 3.8.1 Javadoc | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||