in reply to design suggestions for object integration wanted

Observer/Listener pattern is perfect for this. The only type of errors, beyond simple imperative ones, are recursion errors. You can create an event recursion related, stack overflow. But you can do that in non-observer related code.
  • Comment on Re: design suggestions for object integration wanted

Replies are listed 'Best First'.
Re^2: design suggestions for object integration wanted
by rvosa (Curate) on Sep 20, 2006 at 08:01 UTC
    Could you expand on that? Thanks!