|
|||||||||
| 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.DnEvent.EventReason
public static class DnEvent.EventReason
Enum for the event reasons.
| Field Summary | |
|---|---|
static DnEvent.EventReason |
INFO_CHANGED
Some information about the DN has changed. |
static int |
INFO_CHANGED_
Some information about the DN has changed. |
static DnEvent.EventReason |
INIT
The listener has been added. |
static int |
INIT_
The listener has been added. |
static DnEvent.EventReason |
LOGGED_IN
This event is generated because the DN was logged in. |
static int |
LOGGED_IN_
This event is generated because the DN was logged in. |
static int |
MAX
The maximum number of event reasons. |
static DnEvent.EventReason |
STATUS_CHANGED
The status of the DN has changed. |
static int |
STATUS_CHANGED_
The status of the DN has changed. |
static DnEvent.EventReason |
USER_EVENT
This event is actually a user event. |
static int |
USER_EVENT_
This event is actually a user event. |
| Fields inherited from class com.genesyslab.ail.Enum |
|---|
CONSTANTS_RANGE |
| Method Summary | |
|---|---|
static DnEvent.EventReason |
getEventReason(int value)
Returns the EventReason for this value. |
static int |
max()
The maximum number of event 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 DnEvent.EventReason INIT
public static final int STATUS_CHANGED_
public static final DnEvent.EventReason STATUS_CHANGED
public static final int INFO_CHANGED_
public static final DnEvent.EventReason INFO_CHANGED
public static final int USER_EVENT_
DnUserEvent.
public static final DnEvent.EventReason USER_EVENT
DnUserEvent.
public static final int LOGGED_IN_
public static final DnEvent.EventReason LOGGED_IN
public static final int MAX
| Method Detail |
|---|
public static final int max()
public static final DnEvent.EventReason getEventReason(int value)
EventReason for this value.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||