| Package | potomac.core |
| Class | public class LaunchRunner |
| Inheritance | LaunchRunner flash.events.EventDispatcher |
| Subclasses | TemplateRunner |
Extenders should override the #run method and provide their custom application startup behavior. A StartupEvent.LAUNCHRUNNER_COMPLETE event must be dispatched when the runner's initial startup behavior is complete. This event tells the Launcher to finalize its startup logic (typically this means bringing down any custom preloaders).
| Method | Defined By | ||
|---|---|---|---|
Runs the application startup logic. | LaunchRunner | ||
| run | () | method |
public function run(bundleService:IBundleService, injector:Injector):voidRuns the application startup logic.
Parameters
bundleService:IBundleService — the bundle service.
| |
injector:Injector — the injector.
|