Cooperation/Connection.py

branch
maintenance
changeset 5730
6422afc7adc4
parent 5726
e1dbd217214a
child 6048
82ad8ec9548c
--- a/Cooperation/Connection.py	Sun Apr 09 16:52:55 2017 +0200
+++ b/Cooperation/Connection.py	Sat May 06 13:43:21 2017 +0200
@@ -39,6 +39,10 @@
         arrived
     @signal participants(participants) emitted after the list of participants
         has arrived (list of strings of "host:port")
+    @signal editorCommand(hash, fn, message) emitted after an editor command
+        has arrived (string, string, string)
+    @signal rejected(message) emitted after a connection has been rejected
+        (string)
     """
     WaitingForGreeting = 0
     ReadingGreeting = 1

eric ide

mercurial