THIS IS A TEST INSTANCE. ALL YOUR CHANGES WILL BE LOST!!!!
Gliffy Diagram | ||||||||
---|---|---|---|---|---|---|---|---|
|
Reference Guide
Components
...
Each component you define gets its own life cycle, which is explained in the state diagram below.TODO: add diagram
Gliffy Diagram | ||||||||
---|---|---|---|---|---|---|---|---|
|
If you declare a component not by specifying an instance, but a class, the instance will be lazily created. Also, when found, the following life cycle methods will be invoked on your component instance: init
, start
, stop
and destroy
.
...