|
|||||||||
| 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.CampaignEvent.Type
public static class CampaignEvent.Type
Enum for the possible types of event.
| Field Summary | |
|---|---|
static CampaignEvent.Type |
CAMPAIGN_ADDED
A campaign was added in the OutboundService. |
static int |
CAMPAIGN_ADDED_
A campaign was added in the OutboundService. |
static CampaignEvent.Type |
CAMPAIGN_MODE_CHANGED
The mode of a campaign has changed. |
static int |
CAMPAIGN_MODE_CHANGED_
The mode of a campaign has changed. |
static CampaignEvent.Type |
CAMPAIGN_REMOVED
A campaign was removed from the OutboundService |
static int |
CAMPAIGN_REMOVED_
A campaign was removed from the OutboundService |
static CampaignEvent.Type |
CAMPAIGN_STATE_CHANGED
The status of a campaign has changed. |
static int |
CAMPAIGN_STATE_CHANGED_
The status of a campaign has changed. |
static CampaignEvent.Type |
LOGOUT_ACKNOWLEDGE
The logout request has been accepted. |
static int |
LOGOUT_ACKNOWLEDGE_
The logout request has been accepted. |
static int |
MAX
The maximum number of types. |
static CampaignEvent.Type |
UNKNOWN
Unknown type of action on an outbound campaign. |
static int |
UNKNOWN_
Unknown type of action on an outbound campaign. |
| Fields inherited from class com.genesyslab.ail.Enum |
|---|
CONSTANTS_RANGE |
| Method Summary | |
|---|---|
static CampaignEvent.Type |
getType(int value)
Returns the type for this value. |
static int |
max()
The maximum number of types. |
| 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 UNKNOWN_
public static final CampaignEvent.Type UNKNOWN
public static final int CAMPAIGN_ADDED_
OutboundService.
public static final CampaignEvent.Type CAMPAIGN_ADDED
OutboundService.
public static final int CAMPAIGN_REMOVED_
OutboundService
public static final CampaignEvent.Type CAMPAIGN_REMOVED
OutboundService
public static final int CAMPAIGN_MODE_CHANGED_
public static final CampaignEvent.Type CAMPAIGN_MODE_CHANGED
public static final int CAMPAIGN_STATE_CHANGED_
public static final CampaignEvent.Type CAMPAIGN_STATE_CHANGED
public static final int LOGOUT_ACKNOWLEDGE_
public static final CampaignEvent.Type LOGOUT_ACKNOWLEDGE
public static final int MAX
| Method Detail |
|---|
public static final int max()
public static CampaignEvent.Type getType(int value)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||