All Downloads are FREE. Search and download functionalities are using the official Maven repository.

fr.lteconsulting.hexa.client.appcache.AppCacheStatus Maven / Gradle / Ivy

The newest version!
package fr.lteconsulting.hexa.client.appcache;

public enum AppCacheStatus
{
	UNKNOWN,

	UNCACHED,
	IDLE,
	CHECKING,
	DOWNLOADING,
	UPDATEREADY,
	OBSOLETE;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy