On 4/15/11 8:22 PM, Nick Raptis wrote: > Just one more thing if I may: > Since my protocol/connection class will have to raise and respond to > events, what should I include as a subclass to get the > bindEvent/raiseEvent functionality? > I'm guessing here some of the MixIn classes? Any particular thing I > should make sure to call on the subclass when initializing?
If they are non-ui classes, I'd subclass dObject. If you really want to subclass just the bare-bones class to give you the event raising and binding, dabo.lib.eventMixin.EventMixin. Paul _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users Searchable Archives: http://leafe.com/archives/search/dabo-users This message: http://leafe.com/archives/byMID/[email protected]
