com.genesyslab.ail.event
Class CampaignEvent.Type

java.lang.Object
  extended by com.genesyslab.ail.Enum
      extended by com.genesyslab.ail.event.CampaignEvent.Type
Enclosing interface:
CampaignEvent

public static class CampaignEvent.Type
extends Enum

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

UNKNOWN_

public static final int UNKNOWN_
Unknown type of action on an outbound campaign.

See Also:
Constant Field Values

UNKNOWN

public static final CampaignEvent.Type UNKNOWN
Unknown type of action on an outbound campaign.


CAMPAIGN_ADDED_

public static final int CAMPAIGN_ADDED_
A campaign was added in the OutboundService.

See Also:
Constant Field Values

CAMPAIGN_ADDED

public static final CampaignEvent.Type CAMPAIGN_ADDED
A campaign was added in the OutboundService.


CAMPAIGN_REMOVED_

public static final int CAMPAIGN_REMOVED_
A campaign was removed from the OutboundService

See Also:
Constant Field Values

CAMPAIGN_REMOVED

public static final CampaignEvent.Type CAMPAIGN_REMOVED
A campaign was removed from the OutboundService


CAMPAIGN_MODE_CHANGED_

public static final int CAMPAIGN_MODE_CHANGED_
The mode of a campaign has changed.

See Also:
Constant Field Values

CAMPAIGN_MODE_CHANGED

public static final CampaignEvent.Type CAMPAIGN_MODE_CHANGED
The mode of a campaign has changed.


CAMPAIGN_STATE_CHANGED_

public static final int CAMPAIGN_STATE_CHANGED_
The status of a campaign has changed.

See Also:
Constant Field Values

CAMPAIGN_STATE_CHANGED

public static final CampaignEvent.Type CAMPAIGN_STATE_CHANGED
The status of a campaign has changed.


LOGOUT_ACKNOWLEDGE_

public static final int LOGOUT_ACKNOWLEDGE_
The logout request has been accepted.

See Also:
Constant Field Values

LOGOUT_ACKNOWLEDGE

public static final CampaignEvent.Type LOGOUT_ACKNOWLEDGE
The logout request has been accepted.


MAX

public static final int MAX
The maximum number of types.

See Also:
Constant Field Values
Method Detail

max

public static final int max()
The maximum number of types.


getType

public static CampaignEvent.Type getType(int value)
Returns the type for this value.