|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||
java.lang.Objectjava.lang.Enum<EventPriority>
org.ow2.util.event.api.EventPriority
public enum EventPriority
Define listener's priorities.
| Enum Constant Summary | |
|---|---|
ASYNC_HIGH
Ordinal : 4. |
|
ASYNC_LOW
Ordinal : 6. |
|
ASYNC_NORM
Ordinal : 5. |
|
NONE
Ordinal : 3. |
|
SYNC_HIGH
Ordinal : 0. |
|
SYNC_LOW
Ordinal : 2. |
|
SYNC_NORM
Ordinal : 1. |
|
| Method Summary | |
|---|---|
static EventPriority |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static EventPriority[] |
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 EventPriority SYNC_HIGH
public static final EventPriority SYNC_NORM
public static final EventPriority SYNC_LOW
public static final EventPriority NONE
public static final EventPriority ASYNC_HIGH
public static final EventPriority ASYNC_NORM
public static final EventPriority ASYNC_LOW
| Method Detail |
|---|
public static final EventPriority[] values()
for(EventPriority c : EventPriority.values())
System.out.println(c);
public static EventPriority valueOf(java.lang.String name)
name - the name of the enum constant to be returned.
java.lang.IllegalArgumentException - if this enum type has no constant
with the specified name
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||