Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Gliffy Diagram
sizeL
namestate-diagram
aligncenter
version2

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
sizeL
namestate-diagram
aligncenter
version2

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.

...