com.genesyslab.ail.event
Class AbstractDnEvent.EventReason

java.lang.Object
  extended by com.genesyslab.ail.Enum
      extended by com.genesyslab.ail.event.AbstractDnEvent.EventReason
Enclosing interface:
AbstractDnEvent

public static class AbstractDnEvent.EventReason
extends Enum

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

INIT_

public static final int INIT_
The listener has been added.

See Also:
Constant Field Values

INIT

public static final AbstractDnEvent.EventReason INIT
The listener has been added.


STATUS_CHANGED_

public static final int STATUS_CHANGED_
The status of the DN has changed.

See Also:
Constant Field Values

STATUS_CHANGED

public static final AbstractDnEvent.EventReason STATUS_CHANGED
The status of the DN has changed.


INFO_CHANGED_

public static final int INFO_CHANGED_
Some information about the DN has changed.

See Also:
Constant Field Values

INFO_CHANGED

public static final AbstractDnEvent.EventReason INFO_CHANGED
Some information about the DN has changed.


MAX

public static final int MAX
The number of reasons.

See Also:
Constant Field Values
Method Detail

max

public static final int max()
The number of reasons.


getEventReason

public static final AbstractDnEvent.EventReason getEventReason(int value)
Returns the EventReason for this value.