« Return to Thread: howto register event listener

howto register event listener

by Steffen Stundzig :: Rate this Message:

Reply to Author | View in Thread

Hi,

I need to register an eventlistener into the EventMulticaster. It's
simply by injecting:

@Inject
private ApplicationEventMulticaster applicationEventMulticaster;

and adding my eventListener. But as I see in the "howto write
plugins"-blog in 1.4 someone shouldn't use some plexus stuff, such as
the event thing.

Is there another prefered way of doing this?

regards

---------------------------------------------------------------------
To unsubscribe, e-mail: nexus-dev-unsubscribe@...
For additional commands, e-mail: nexus-dev-help@...

 « Return to Thread: howto register event listener