| Interface | Description |
|---|---|
| IArchitecture |
specifies an interface for an architecture class that constructs the cmion components and
stores references to them
|
| Class | Description |
|---|---|
| CmionComponent |
parent class for all cmion components
|
| CmionEvent |
A class that all events within cmion should inherit from to distinguish them
easily from other ION events
|
| EventCmionReady |
this event signifies that cmion is ready for executing actions, it is mainly used as a
signal to the mind that it can start executing actions
|