Skip to main content

JSF @ListenersFor

Posted by mriem on June 12, 2009 at 11:37 AM EDT

If your component needs to listen for multiple events then you can use the @ListenersFor annotation, see the JSF almanac page for more information.

Related Topics >>