2952:94fc661a54a2 | 2953:703452a2876f |
---|---|
368 self.on_serverButton_clicked() | 368 self.on_serverButton_clicked() |
369 | 369 |
370 def getClient(self): | 370 def getClient(self): |
371 """ | 371 """ |
372 Public method to get a reference to the cooperation client. | 372 Public method to get a reference to the cooperation client. |
373 | |
374 @return reference to the cooperation client (CooperationClient) | |
373 """ | 375 """ |
374 return self.__client | 376 return self.__client |
375 | 377 |
376 def __editorCommandMessage(self, hash, fileName, message): | 378 def __editorCommandMessage(self, hash, fileName, message): |
377 """ | 379 """ |