Enum Class EventType
- All Implemented Interfaces:
Serializable,Comparable<EventType>,Constable
All possible value types of an event.
- eXo level API
- Experimental
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionType of the dispatched event when all setting properties are removed from a context (GLOBAL/USER context).Type of the dispatched event when a setting property is removed.Type of the dispatched event when all setting properties are removed from a specified scope.Type of the dispatched event when a setting property is saved successfully. -
Method Summary
-
Enum Constant Details
-
SETTING_SET
Type of the dispatched event when a setting property is saved successfully.- eXo level API
- Experimental
-
SETTING_REMOVE_CONTEXT
Type of the dispatched event when all setting properties are removed from a context (GLOBAL/USER context).- eXo level API
- Experimental
-
SETTING_REMOVE_SCOPE
Type of the dispatched event when all setting properties are removed from a specified scope.- eXo level API
- Experimental
-
SETTING_REMOVE_KEY
Type of the dispatched event when a setting property is removed.- eXo level API
- Experimental
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-