| Method Summary |
| |
__init__(self,
localClient)
|
| |
connectToClient(self,
remoteClient)
Called when client connects to world, forwards necessary data. |
| |
disconnectFromClient(self)
Called when client discconnects from world. |
| |
notifyOfEvents(self,
events)
Forwards event messages. |
| |
startWorld(self,
simTime)
Forwards start call from world. |
| |
stopWorld(self,
simTime)
Forwards stop call from world. |
| |
updateWorld(self,
simTime)
Forwards update call from world. |
| Inherited from ProcessHandler |
| |
addComponent(self,
component)
Adds new component to process making sure that it is not already
present. |
| |
addToWorld(self,
world)
Called when added to simulation world. |
| |
decode(self,
data)
Applies encoded data to self. |
| |
encode(self)
Returns encoded representation of self. |
| |
getChanges(self)
Return changes that have occurred during last update. |
| |
postEvent(self,
event)
Receives change event from component. |
| |
setup(self,
name)
|