com.businessobjects.sdk.plugin.desktop.common
Interface CeAlertImportance


public interface CeAlertImportance

This interface defines constants for alert importance. These values are be used with events and alert notifications.

Since:
4.0
See Also:
IEventBase, com.crystaldecisions.sdk.plugin.desktop.alertnotification.IAlertNotificationBase

Field Summary
static int HIGH
          Alert has high importance.
static int LOW
          Alert has low importance.
static int NORMAL
          Alert has normal importance.
 

Field Detail

HIGH

static final int HIGH
Alert has high importance.

See Also:
Constant Field Values

NORMAL

static final int NORMAL
Alert has normal importance.

See Also:
Constant Field Values

LOW

static final int LOW
Alert has low importance.

See Also:
Constant Field Values