FrozenCanuck / Ki

A Statechart Framework for SproutCore
http://frozencanuck.wordpress.com
Other
105 stars 7 forks source link

enterState() gets fired first the sub states? #19

Closed ghost closed 13 years ago

ghost commented 13 years ago

If I goto a parent state that has sub states, does the enterState() of the parent state get fired first and then the sub states enterState() or do they fire asynchronously?

FrozenCanuck commented 13 years ago

parent state's enterState is invoked first and then the substate's enterState is invoked