public class UpgradeNotification extends Notification
Modifier and Type | Field and Description |
---|---|
static int |
UPGRADE_ABORTED |
static int |
UPGRADE_COMMITED |
static int |
UPGRADE_INIT_STARTED |
static int |
UPGRADE_INIT_SUCCEEDED |
static int |
UPGRADE_PERFORMED |
Constructor and Description |
---|
UpgradeNotification(int upgrade_type) |
Modifier and Type | Method and Description |
---|---|
int |
getUpgradeType()
Upgrade event type:
UPGRADE_INIT_STARTED
UPGRADE_INIT_SUCCEEDED
UPGRADE_PERFORMED
UPGRADE_COMMITED
UPGRADE_ABORTED
|
String |
toString() |
getNotificationType
public static final int UPGRADE_ABORTED
public static final int UPGRADE_COMMITED
public static final int UPGRADE_INIT_STARTED
public static final int UPGRADE_INIT_SUCCEEDED
public static final int UPGRADE_PERFORMED
public int getUpgradeType()
public String toString()
toString
in class Notification