Home | Trees | Indices | Help |
---|
|
A Signal is a 1-to-many communication system. It provides a way for two objects to communicate without knowing about each other. They only have to know about the signal object. Receivers objects connect to the signal and emitters can trigger the emission of the signal so that it is sent to all the receivers. Signal emission is synchronous, that is, the receivers are immediatly called upon emission, one after the other.
WARNING:
|
|||
|
|||
string |
|
||
|
|||
|
|||
|
|||
|
|||
Inherited from |
|
|||
Inherited from |
|
|
|
|
|
|
|
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0beta1 on Wed Jan 16 19:09:13 2008 | http://epydoc.sourceforge.net |