Package grails.core.events

Examples of grails.core.events.ArtefactAdditionEvent


            if (isInitialised()) {
                initializeArtefacts(artefactType);
                ApplicationContext context = getMainContext();
                if(context != null && ((ConfigurableApplicationContext)context).isActive()) {
                    context.publishEvent(new ArtefactAdditionEvent(artefactGrailsClass));
                }
            }

            return artefactGrailsClass;
        }
View Full Code Here

TOP

Related Classes of grails.core.events.ArtefactAdditionEvent

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.