Package org.jboss.forge.container.event

Examples of org.jboss.forge.container.event.PostStartup


                           Addons.waitUntilStarted(dependency.getDependency());
                     }

                     addon.setStatus(AddonStatus.STARTED);
                    
                     manager.fireEvent(new PostStartup());
                     return null;
                  }
               };
            }
View Full Code Here

TOP

Related Classes of org.jboss.forge.container.event.PostStartup

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.