| Method Summary |
| |
__init__(self,
clusterManager)
|
| tuple (string, list)
|
joinGroup(self,
client)
Adds client to group. |
| |
leaveGroup(self,
client)
Removes client from group. |
| |
notifyListeners(self,
listenerGroup,
dataPacket)
Forwards data packet to specified list of clients. |
| |
sendClientDepartedNotification(self,
clientName,
groupName)
Sends notification that new client has departed from group. |
| |
sendClientJoinedNotification(self,
clientName,
groupName)
Sends notification that new client has joined a group. |
| |
sendData(self,
data)
Forwards data to all clients. |
| |
sendDataToGroup(self,
data,
groupName)
Forwards data to specified group. |
| |
update(self,
simTime)
Forwards update message from simulation cluster to all
clients. |
| Inherited from Listenable |
| |
addListener(self,
listener,
listenFor)
Adds new listener to avatar. |
| |
handleListenRequest(self,
listenRequest)
Deals with listen request from another client. |
| |
removeListener(self,
listener,
listenFor)
Removes listener from avatar. |