|
Openfire 3.7.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<ClearspaceMUCTranscriptEvent.Type>
org.jivesoftware.openfire.clearspace.ClearspaceMUCTranscriptEvent.Type
public static enum ClearspaceMUCTranscriptEvent.Type
| Enum Constant Summary | |
|---|---|
messageReceived
Event triggered when a room occupant sent a message to a room. |
|
occupantJoined
Event triggered when a new occupant joins a room. |
|
occupantLeft
Event triggered when an occupant left a room. |
|
roomDestroyed
Event triggered when a room was destroyed. |
|
roomSubjectChanged
Event triggered when a room's subject has changed. |
|
| Method Summary | |
|---|---|
static ClearspaceMUCTranscriptEvent.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static ClearspaceMUCTranscriptEvent.Type[] |
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 ClearspaceMUCTranscriptEvent.Type roomDestroyed
public static final ClearspaceMUCTranscriptEvent.Type occupantJoined
public static final ClearspaceMUCTranscriptEvent.Type occupantLeft
public static final ClearspaceMUCTranscriptEvent.Type messageReceived
public static final ClearspaceMUCTranscriptEvent.Type roomSubjectChanged
| Method Detail |
|---|
public static final ClearspaceMUCTranscriptEvent.Type[] values()
for(ClearspaceMUCTranscriptEvent.Type c : ClearspaceMUCTranscriptEvent.Type.values())
System.out.println(c);
public static ClearspaceMUCTranscriptEvent.Type 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.7.1 Javadoc | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||