|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.genesyslab.ail.Enum
com.genesyslab.ail.event.AbstractDnEvent.EventReason
public static class AbstractDnEvent.EventReason
Enum of the reason why this event has been published.
| Field Summary | |
|---|---|
static AbstractDnEvent.EventReason |
INFO_CHANGED
Some information about the DN has changed. |
static int |
INFO_CHANGED_
Some information about the DN has changed. |
static AbstractDnEvent.EventReason |
INIT
The listener has been added. |
static int |
INIT_
The listener has been added. |
static int |
MAX
The number of reasons. |
static AbstractDnEvent.EventReason |
STATUS_CHANGED
The status of the DN has changed. |
static int |
STATUS_CHANGED_
The status of the DN has changed. |
| Fields inherited from class com.genesyslab.ail.Enum |
|---|
CONSTANTS_RANGE |
| Method Summary | |
|---|---|
static AbstractDnEvent.EventReason |
getEventReason(int value)
Returns the EventReason for this value. |
static int |
max()
The number of reasons. |
| Methods inherited from class com.genesyslab.ail.Enum |
|---|
equals, hashCode, toInt, toString |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final int INIT_
public static final AbstractDnEvent.EventReason INIT
public static final int STATUS_CHANGED_
public static final AbstractDnEvent.EventReason STATUS_CHANGED
public static final int INFO_CHANGED_
public static final AbstractDnEvent.EventReason INFO_CHANGED
public static final int MAX
| Method Detail |
|---|
public static final int max()
public static final AbstractDnEvent.EventReason getEventReason(int value)
EventReason for this value.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||