|
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<GroupEventDispatcher.EventType>
org.jivesoftware.openfire.event.GroupEventDispatcher.EventType
public static enum GroupEventDispatcher.EventType
Represents valid event types.
| Enum Constant Summary | |
|---|---|
admin_added
An administrator was added to a group. |
|
admin_removed
An administrator was removed from a group. |
|
group_created
A new group was created. |
|
group_deleting
A group is about to be deleted. |
|
group_modified
The name, description, or extended property of a group was changed. |
|
member_added
A member was added to a group. |
|
member_removed
A member was removed from a group. |
|
| Method Summary | |
|---|---|
static GroupEventDispatcher.EventType |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static GroupEventDispatcher.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 GroupEventDispatcher.EventType group_created
public static final GroupEventDispatcher.EventType group_deleting
public static final GroupEventDispatcher.EventType group_modified
public static final GroupEventDispatcher.EventType member_added
public static final GroupEventDispatcher.EventType member_removed
public static final GroupEventDispatcher.EventType admin_added
public static final GroupEventDispatcher.EventType admin_removed
| Method Detail |
|---|
public static final GroupEventDispatcher.EventType[] values()
for(GroupEventDispatcher.EventType c : GroupEventDispatcher.EventType.values())
System.out.println(c);
public static GroupEventDispatcher.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.7.1 Javadoc | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||