public static enum MUCServicePropertyEventDispatcher.EventType extends Enum<MUCServicePropertyEventDispatcher.EventType>
| Enum Constant and Description |
|---|
property_deleted
A property was deleted.
|
property_set
A property was set.
|
| Modifier and Type | Method and Description |
|---|---|
static MUCServicePropertyEventDispatcher.EventType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MUCServicePropertyEventDispatcher.EventType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MUCServicePropertyEventDispatcher.EventType property_set
public static final MUCServicePropertyEventDispatcher.EventType property_deleted
public static MUCServicePropertyEventDispatcher.EventType[] values()
for (MUCServicePropertyEventDispatcher.EventType c : MUCServicePropertyEventDispatcher.EventType.values()) System.out.println(c);
public static MUCServicePropertyEventDispatcher.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-2008 Jive Software.