Home | Trees | Indices | Help |
|
---|
|
|
|||
|
|||
|
receive The receive decorator can be used to decorate functions and static methods (NOT methods of class instances) that should receive messages of a given type. |
||
|
handleMsg The receive decorator can be used to decorate functions and static methods (NOT methods of class instances) that should receive messages of a given type. |
||
|
Messaging This is the main messaging class that implements the basic functionality for Spoon. |
||
|
SingletonMessaging For convinience this is a singleton version of the Messaging system. |
|
|||
|
send(dst,
messageStr,
obj) Shortcut for calling send on the SingletonMessaging class. |
||
|
x(dst,
messageStr,
obj) Shortcut for calling send on the SingletonMessaging class. |
|
|||
|
__module__ = 'spoon'
|
|
|
|
|
__module__None
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0alpha3 on Mon Nov 27 18:56:25 2006 | http://epydoc.sourceforge.net |