Guice Question:
By mr_mlk
@mr_mlk (364)
February 7, 2008 3:34pm CST
I have a small Guice-based application. One of the my classes supports listeners. But I can not find a good way to add listeners to the object via Guice.
I could use a Provider, however as I want the listeners to also be Guiced the provider needs to have an instance of the Injecter.
I'm sure I must be thinking about it all wrong, could someone please help by pointing out where?
Cheers,
Mike
1 person likes this
1 response