| Trees | Index | Help |
|
|---|
| Package svs_simulation :: Package network :: Module processclients :: Class ProcessClient |
|
| Method Summary | |
|---|---|
__init__(self,
processHandler,
worldName)
| |
Connects to world and registers itself as a process handler. | |
Provides custom handling of data requests. | |
Handles data packet received from network. | |
Receives events from world. | |
Handles startWorld from world. | |
Handles stopWorld from world. | |
Handles update from world. | |
| Method Details |
|---|
connectAsProcessHandler(self)Connects to world and registers itself as a process handler. |
getDataForLabel(self, dataRequest)Provides custom handling of data requests. This should be overridden by extending classes. |
handleDataPacket(self, dataPacket)Handles data packet received from network. This should be overidden by extending classes. |
handleNotifyOfEvents(self, eventdata)Receives events from world. |
handleStartWorld(self, simTime)HandlesstartWorld from world.
|
handleStopWorld(self, simTime)HandlesstopWorld from world.
|
handleUpdateWorld(self, simTime)Handlesupdate from world.
|
| Trees | Index | Help |
|
|---|
| Generated by Epydoc 2.1 on Thu Oct 20 15:30:24 2005 | http://epydoc.sf.net |