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

scaffold.src.main.actionscript._packageName_.view.ScreenID.as Maven / Gradle / Ivy

package _packageName_.view
{
	/**
	 * Constants for all screen ids
	 */
	public final class ScreenID
	{
		/**
		 * Example screen (you may modify or remove)
		 */
		public static const HELLO : String = "hello";

		/**
		 * Example screen (you may modify or remove)
		 */
		public static const WORLD : String = "world";

		/**
		 * @private
		 */
		public function ScreenID()
		{
			throw new Error( this + " cannot be instantiated" );
		}
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy