Skip to content

api Kernel

ben hockey edited this page Dec 25, 2011 · 2 revisions

Kernel

Description

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.

Properties

TODO

Methods

TODO

Events

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.
  • ...

Usage

TODO

Clone this wiki locally