Uses of Class
com.mmoui.manager.services.UpdateStatusListener.Status

Uses of UpdateStatusListener.Status in com.mmoui.manager.services
 

Methods in com.mmoui.manager.services that return UpdateStatusListener.Status
static UpdateStatusListener.Status UpdateStatusListener.Status.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static UpdateStatusListener.Status[] UpdateStatusListener.Status.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in com.mmoui.manager.services with parameters of type UpdateStatusListener.Status
 void UpdateStatusListener.setStatus(java.lang.String text, UpdateStatusListener.Status status)
          Sets the displayed status of this Updatable component.
 

Constructors in com.mmoui.manager.services with parameters of type UpdateStatusListener.Status
UpdateElement.UpdateCancelledException(java.lang.String msg, UpdateStatusListener.Status status)
          Creates a new UpdateCancelledException with the specified message and status code