Mercurial > code > home > repos > light9
view bin/subserver @ 881:94ca7d024fe1
dragging a new uri into subcomposer now makes a new context and rdf:type statement
Ignore-this: 8489e9ccb43c023bf7f1ceef0875a0f5
author | drewp@bigasterisk.com |
---|---|
date | Sat, 08 Jun 2013 05:06:34 +0000 |
parents | 6a4e99505164 |
children | 33a5a98e9bf1 |
line wrap: on
line source
# keep the database of submasters, and mix up the current client # requests into dmx levels for dmxserver class SubServe: """call the server with these messages""" def allSubs(self): """list of all the known subs""" def output(self,levels): """pass a dict of {sub : level} mappings""" def editsub class SubClient: """each client can receive these messages""" def subAdded(self,newsub): """sub was just added to the db""" def subRemove(self,pastsub): """this sub is about to be removed from the db""" def subChange(self,sub): """this is a new version of an existing sub"""