Re: need help with a solution probably with reflection or classLoader



Some good points. I am in the same boat in that i just don't know if
such a solution exists but it sure would make it easy.

The only thing I don't like about the observer pattern is I would like
my classes to be more detached and not be required to know so much
about the underlying framework. To use the observer pattern you have
to couple your subject classes to the observer and it is just kind of a
hassle.

.