Package org.exoplatform.applications.ooplugin.dialog

Examples of org.exoplatform.applications.ooplugin.dialog.EventHandler


      return xComponentContext;
   }

   public void addHandler(String componentName, int componentType, Object listener)
   {
      EventHandler handler = new EventHandler(componentName, componentType, listener);
      eventHandlers.add(handler);
   }
View Full Code Here

TOP

Related Classes of org.exoplatform.applications.ooplugin.dialog.EventHandler

Copyright © 2018 www.massapicom. 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.