Cooperation/Connection.py

branch
maintenance
changeset 5730
6422afc7adc4
parent 5726
e1dbd217214a
child 6048
82ad8ec9548c
equal deleted inserted replaced
5695:9a71bd9e2e37 5730:6422afc7adc4
37 arrived (string, string) 37 arrived (string, string)
38 @signal getParticipants() emitted after a get participants message has 38 @signal getParticipants() emitted after a get participants message has
39 arrived 39 arrived
40 @signal participants(participants) emitted after the list of participants 40 @signal participants(participants) emitted after the list of participants
41 has arrived (list of strings of "host:port") 41 has arrived (list of strings of "host:port")
42 @signal editorCommand(hash, fn, message) emitted after an editor command
43 has arrived (string, string, string)
44 @signal rejected(message) emitted after a connection has been rejected
45 (string)
42 """ 46 """
43 WaitingForGreeting = 0 47 WaitingForGreeting = 0
44 ReadingGreeting = 1 48 ReadingGreeting = 1
45 ReadyForUse = 2 49 ReadyForUse = 2
46 50

eric ide

mercurial