| Package | com.gaiaframework.api |
| Interface | public interface IBase extends flash.events.IEventDispatcher |
| Subinterfaces | IPage, IPreloader |
IPage and IPreloader. It contains Gaia's four method conventions.
| Method | Defined by | ||
|---|---|---|---|
|
transitionIn():void
Gaia calls this method on a page or preloader when it needs to transition in.
| IBase | ||
|
transitionInComplete():void
Pages call this method to let Gaia know when they are finished transitioning in.
| IBase | ||
|
transitionOut():void
Gaia calls this method on a page or preloader when it needs to transition out.
| IBase | ||
|
transitionOutComplete():void
Pages and preloaders call this method to let Gaia know when they are finished transitioning out.
| IBase | ||
| Event | Summary | Defined by | ||
|---|---|---|---|---|
Dispatched when a page's transitionIn is called by Gaia. | IBase | |||
| Dispatched to Gaia when a page is finished transitioning in. | IBase | |||
Dispatched when a page's transitionOut is called by Gaia. | IBase | |||
| Dispatched to Gaia when a page is finished transitioning out. | IBase | |||
| transitionIn | () | method |
public function transitionIn():voidGaia calls this method on a page or preloader when it needs to transition in.
| transitionInComplete | () | method |
public function transitionInComplete():voidPages call this method to let Gaia know when they are finished transitioning in.
| transitionOut | () | method |
public function transitionOut():voidGaia calls this method on a page or preloader when it needs to transition out.
| transitionOutComplete | () | method |
public function transitionOutComplete():voidPages and preloaders call this method to let Gaia know when they are finished transitioning out.
| transitionIn | event |
com.gaiaframework.events.PageEvent
Dispatched when a page's transitionIn is called by Gaia.
| transitionInComplete | event |
com.gaiaframework.events.PageEvent
Dispatched to Gaia when a page is finished transitioning in.
| transitionOut | event |
com.gaiaframework.events.PageEvent
Dispatched when a page's transitionOut is called by Gaia.
| transitionOutComplete | event |
com.gaiaframework.events.PageEvent
Dispatched to Gaia when a page is finished transitioning out.