-
Notifications
You must be signed in to change notification settings - Fork 2
api Kernel
ben hockey edited this page Dec 25, 2011
·
2 revisions
The kernel is responsible for managing components and their models. The kernel itself simply provides a framework of extension points and events that allow interaction with components and their models.
TODO
TODO
There are a number of events emitted by the kernel at various points during the lifecycle of a component and it's model.
-
fiberAdded
- emitted after a new fiber has been initialized. -
modelAdded
- emitted after a new component model has been added. -
componentReleased
- emitted after a component has been released. - ...
TODO