Home | Trees | Indices | Help |
---|
|
A Manager is a Component container
Components can be registered and unregistered from the Manager.
Optionnally the manager can implement start/stop methods if it needs to handle any kind of loop (example: media sources scanning, input events polling, etc). start/stop methods are called by the parent object (application).
|
|||
__metaclass__ |
|
|||
|
|||
|
|||
|
|||
|
|||
twisted.internet.defer.DeferredList
|
|
||
bool |
|
||
|
|||
|
|||
Inherited from Inherited from |
|
|||
|
|
|||
name =
|
|||
Inherited from |
|
|||
elisa.core.component.Component list |
_components Components currently registered in the manager |
|
|||
Inherited from |
|
|
Start a loop or something to initialize the Manager. Can also look for new components to register in this method. Does nothing by default, override if needed. |
|
Register a new Component Store a new Component in our components list. Returns the result of the operation. If the component is already registered, don't register it twice.
|
Unregister a component from the Manager Remove the Component instance from our components list if it's there. Returns the result of the operation.
|
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0beta1 on Wed Jan 16 19:08:54 2008 | http://epydoc.sourceforge.net |