| 
 | Smack | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||
java.lang.Objectjava.lang.Enum<EventElementType>
org.jivesoftware.smackx.pubsub.EventElementType
public enum EventElementType
This enumeration defines the possible event types that are supported within pubsub event messages.
| Enum Constant Summary | |
|---|---|
| collectionA node has been associated or dissassociated with a collection node | |
| configurationA node has had its configuration changed | |
| deleteA node has been deleted | |
| itemsItems have been published to a node | |
| purgeAll items have been purged from a node | |
| subscriptionA node has been subscribed to | |
| Method Summary | |
|---|---|
| static EventElementType | valueOf(String name)Returns the enum constant of this type with the specified name. | 
| static EventElementType[] | values()Returns an array containing the constants of this enum type, in the order they are declared. | 
| Methods inherited from class java.lang.Enum | 
|---|
| clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf | 
| Methods inherited from class java.lang.Object | 
|---|
| getClass, notify, notifyAll, wait, wait, wait | 
| Enum Constant Detail | 
|---|
public static final EventElementType collection
public static final EventElementType configuration
public static final EventElementType delete
public static final EventElementType items
public static final EventElementType purge
public static final EventElementType subscription
| Method Detail | 
|---|
public static EventElementType[] values()
for (EventElementType c : EventElementType.values()) System.out.println(c);
public static EventElementType 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
NullPointerException - if the argument is null| 
 | Smack | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||