Package com.massifmaps.packagemanager
Class PackageAction
java.lang.Object
com.massifmaps.packagemanager.PackageAction
The current action that describes the operation being performed with the package.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic @interfaceThe accepted values of this constant namespace. -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intPackage data is being copied.static final intPackage is being downloaded.static final intPackage is ready.static final intPackage is being removed.static final intPackage is waiting in the task queue. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
PACKAGE_ACTION_READY
public static final int PACKAGE_ACTION_READYPackage is ready.- See Also:
-
PACKAGE_ACTION_WAITING
public static final int PACKAGE_ACTION_WAITINGPackage is waiting in the task queue.- See Also:
-
PACKAGE_ACTION_DOWNLOADING
public static final int PACKAGE_ACTION_DOWNLOADINGPackage is being downloaded.- See Also:
-
PACKAGE_ACTION_COPYING
public static final int PACKAGE_ACTION_COPYINGPackage data is being copied.- See Also:
-
PACKAGE_ACTION_REMOVING
public static final int PACKAGE_ACTION_REMOVINGPackage is being removed.- See Also:
-
-
Constructor Details
-
PackageAction
public PackageAction()
-