Issue44

Title Global Signal Dispatcher could be even more general
Priority wish Status deferred
Superseder Nosy List dmcc, drewp
Assigned To Topics signals

Created on 2003-06-27.06:58:57 by dmcc, last changed 2003-07-14.20:31:36 by dmcc.

Messages
msg142 (view) Author: dmcc Date: 2003-06-27.06:58:57
GSD lets us filter based on two things at present: Signal
name and sender.  Sender is rarely used properly in Hiss
(I'm not even sure what proper usage is) and we just use it
two get a second item to filter on.

Thus, it would be great to be able to filter based on any
keyword:
self.app.connect(function, signal, kw1=val1, kw2=val2, ...)

I imagine the implementation shouldn't be too difficult to
seemlessly overlay onto the existing Dispatcher.
History
Date User Action Args
2003-07-14 20:31:36dmccsettitle: General Signal Dispatcher could be even more general -> Global Signal Dispatcher could be even more general
2003-06-27 06:58:58dmcccreate