Hi there,

I never really worked with weak references before. Now I created an ObserverList and used WeakReference to solve the Lapsed Observer problem.
However, I am not quite sure if I did it...