API Documentation
All Packages
|
All Classes
|
Index
|
Frames
No Frames
Interface IApplicationShell
Methods
Package
appCoreLib.core
Interface
public interface IApplicationShell
IApplicationShell provided a single method for letting the application know that its assets have been loaded and can now load visual content. The Application level class will implement this interface.
Public Methods
Method
Defined by
shellInitialized
(evt:Event = null):void
IApplicationShell
Method detail
shellInitialized
()
method
public function shellInitialized(evt:Event = null):void
Parameters
evt
:Event
(default =
null
)