blob: c1db0af2026e7f7c8acb0ef7a1e107584abbee2e [file] [log] [blame]
{ "type": "class",
"qname": "org.apache.royale.core.SimpleApplication",
"baseClassname": "org.apache.royale.core.ApplicationBase"
,
"description": "The SimpleApplication class can be used as the main class and entry point for low-level ActionScript-only Royale applications. It is not indended for use in MXML applications or most of the Royale components as they expect a certain application lifecycle in the org.apache.royale.core.Application class.",
"tags": [
{ "tagName": "playerversion",
"values": ["Flash 10.2", "AIR 2.6"]},
{ "tagName": "productversion",
"values": ["Royale 0.0"]},
{ "tagName": "langversion",
"values": ["3.0"]} ],
"members": [
{ "type": "method",
"qname": "org.apache.royale.core.SimpleApplication",
"namespace": "",
"bindable": [],
"details": [],
"deprecated": {},
"description": "Constructor.",
"tags": [
{ "tagName": "playerversion",
"values": ["Flash 10.2", "AIR 2.6"]},
{ "tagName": "productversion",
"values": ["Royale 0.0"]},
{ "tagName": "langversion",
"values": ["3.0"]} ],
"return": "",
"params": []}
,
{ "type": "method",
"qname": "start",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {},
"description": "The entry point. Override this and put all of your code in here.",
"tags": [
{ "tagName": "playerversion",
"values": ["Flash 10.2", "AIR 2.6"]},
{ "tagName": "productversion",
"values": ["Royale 0.0"]},
{ "tagName": "langversion",
"values": ["3.0"]} ],
"return": "void",
"params": []}
]
}