Cooperation/Connection.py

changeset 5726
e1dbd217214a
parent 5624
cdd346d8858b
child 6048
82ad8ec9548c
--- a/Cooperation/Connection.py	Fri May 05 19:05:26 2017 +0200
+++ b/Cooperation/Connection.py	Fri May 05 19:06:52 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