| Trees | Index | Help |
|
|---|
| Package svs_simulation :: Package world :: Module processes :: Class ObjectGroupProcessHandlerProxy |
|
ProcessHandler --+
|
ProcessHandlerProxy --+
|
EntityGroupProcessHandlerProxy --+
|
ObjectGroupProcessHandlerProxy
| Method Summary | |
|---|---|
__init__(self,
localClient,
remoteClient,
groupNames)
| |
Called when added to simulation world. | |
| Inherited from ProcessHandlerProxy | |
Called when client connects to world, forwards necessary data. | |
Called when client discconnects from world. | |
Forwards event messages. | |
Forwards start call from world. | |
Forwards stop call from world. | |
Forwards update call from world. | |
| Inherited from ProcessHandler | |
Adds new component to process making sure that it is not already present. | |
Applies encoded data to self. | |
Returns encoded representation of self. | |
Return changes that have occurred during last update. | |
Receives change event from component. | |
| |
| Method Details |
|---|
addToWorld(self, world)Called when added to simulation world. This should be overridden by extending classes to setup components for processing. |
| Trees | Index | Help |
|
|---|
| Generated by Epydoc 2.1 on Thu Oct 20 15:30:29 2005 | http://epydoc.sf.net |