Those are events. Don't confuse the new guy ;-)
Tom
On 29/08/2013 10:11, vijendra sainy wrote:
preinitialize, initialize, creationComplete are few of the methods which
called when any flex app launches.
preinitialize is top in the queue.
On Thu, Aug 29, 2013 at 2:32 PM, Tom Chiverton <[email protected]> wrote:
On 29/08/2013 09:23, Sumudu Chinthaka wrote:
what im confuse is that, what method get calls by the AIR runtime when you
execute mobile or desktop application
There isn't a hard coded main() like in Java or C, it's event driven.
Tom