|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||
java.lang.Objectjava.lang.Enum<UpdateStatusListener.Status>
com.mmoui.manager.services.UpdateStatusListener.Status
public static enum UpdateStatusListener.Status
Status codes indicating how the GUI should display the related
Updatable component.
| Enum Constant Summary | |
|---|---|
COMPLETE
Indicates that the update has completed successfully |
|
DISABLED
Indicates that the update is in a state that should not stand out to the user and has terminated. |
|
ERROR
Indicates that the update terminated due to a detected error while performing the update process, either within the manager or within the module. |
|
NORMAL
Indicates a normal (in-progress) state |
|
PENDING
Indicates that the update is halted, pending information from the user |
|
| Method Summary | |
|---|---|
static UpdateStatusListener.Status |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static UpdateStatusListener.Status[] |
values()
Returns an array containing the constants of this enum type, in the order they're declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final UpdateStatusListener.Status NORMAL
public static final UpdateStatusListener.Status COMPLETE
public static final UpdateStatusListener.Status PENDING
public static final UpdateStatusListener.Status ERROR
public static final UpdateStatusListener.Status DISABLED
| Method Detail |
|---|
public static final UpdateStatusListener.Status[] values()
for(UpdateStatusListener.Status c : UpdateStatusListener.Status.values())
System.out.println(c);
public static UpdateStatusListener.Status valueOf(java.lang.String name)
name - the name of the enum constant to be returned.
java.lang.IllegalArgumentException - if this enum type has no constant
with the specified name
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||