Package org.jboss.portal.identity.event

Examples of org.jboss.portal.identity.event.IdentityEventListener.onEvent()


      for (Iterator i = listeners.getRegistrations().iterator();i.hasNext();)
      {
         IdentityEventListener listener = (IdentityEventListener)i.next();
         try
         {
            listener.onEvent(event);
         }
         catch (Exception e)
         {
            log.error("Listener " + listener + " threw an exception during event firing " + event, e);
         }
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.