uludaggonul / snow-dots

Automatically exported from code.google.com/p/snow-dots
0 stars 0 forks source link

dotsAllRemotes should probably use mutator listeners #6

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
I shied away from using property listeners in dotsAllRemotes subclasses,
since I didn't want to manage listener instances.

But it looks like it will be onerous to have to implement a set.property
method for every single property, by hand.

So listeners are probably the way to go.

Indeed, the fetch and forward property methods are already well suited for
manipulating properties by string name.

Original issue reported on code.google.com by Benjamin.Heasly on 11 Dec 2009 at 5:52

GoogleCodeExporter commented 8 years ago
Designed away, see issue 12.  There probably will not be any more dotsAllRemotes
classes.  Rather, there will be manager objects that can implement remote 
behaviors.

Original comment by Benjamin.Heasly on 16 Dec 2009 at 10:10