Subject: | Make it more easily subclassable |
Currently there is one thing standing in the way of making XSW
subclassable: a lot of the logic is in the event handling methods
themselves which means that subclasses intercepting such events will
need to reimplement that functionality, instead of reusing it, which is
a pity. That code ought to be split out.
--
--darobin