Re: [collections][lang] submission: NotifyingCollections (observable) / o.a.c.l.event

2003-06-07 Thread Stephen Colebourne
From: "Neil O'Toole" <[EMAIL PROTECTED]> > - Decorators for Collection, List, and Set (NotifyingCollection, > NotifyingList, NotifyingSet). I would like our end solution to cover the Bag, SortedSet and SortedBag interfaces too. > - Two types of notification: "post-modification" (or 'historical') >

Re: [collections][lang] submission: NotifyingCollections (observable)/ o.a.c.l.event

2003-06-06 Thread Michael Heuer
On Wed, 4 Jun 2003, Neil O'Toole wrote: > You go away on vacation for two weeks and it's all change around here. > I read with interest the thread on observable collections, an > implementation of which I have been working on for some time. > > As far as I know, the observable collections stuff

[collections][lang] submission: NotifyingCollections (observable) / o.a.c.l.event

2003-06-05 Thread Neil O'Toole
part 3 - test cases test-org.apache.commons.collections.notifying.zip Description: test-org.apache.commons.collections.notifying.zip - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

[collections][lang] submission: NotifyingCollections (observable) / o.a.c.l.event

2003-06-05 Thread Neil O'Toole
part 2 src-org.apache.commons.collections.notifying.detailed.zip Description: src-org.apache.commons.collections.notifying.detailed.zip - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

[collections][lang] submission: NotifyingCollections (observable) / o.a.c.l.event

2003-06-05 Thread Neil O'Toole
You go away on vacation for two weeks and it's all change around here. I read with interest the thread on observable collections, an implementation of which I have been working on for some time. Attached is a submission for a new package, org.apache.commons.collections.notifying. This package ("No