Package com.foreach.across.core.events

Examples of com.foreach.across.core.events.AcrossModuleBootstrappedEvent


          config.getModule().bootstrap();

          configurableAcrossModuleInfo.setBootstrapStatus( ModuleBootstrapStatus.Bootstrapped );

          // Send event that this module has bootstrapped
          context.publishEvent( new AcrossModuleBootstrappedEvent( moduleInfo ) );

          // Run installers after module itself has bootstrapped
          installerRegistry.runInstallersForModule( moduleInfo.getName(),
                                                    InstallerPhase.AfterModuleBootstrap );
View Full Code Here

TOP

Related Classes of com.foreach.across.core.events.AcrossModuleBootstrappedEvent

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.