org.codehaus.groovy.grails.commons.spring
[Java] Class GrailsContextEvent
java.lang.Object
org.springframework.context.ApplicationEvent
org.codehaus.groovy.grails.commons.spring.GrailsContextEvent
public class GrailsContextEvent
extends ApplicationEvent
Signals various events related to the Grails context loading.
- Authors:
- Graeme Rocher
- Since:
- 1.0
DYNAMIC_METHODS_REGISTERED
public static final int DYNAMIC_METHODS_REGISTERED
-
GrailsContextEvent
public GrailsContextEvent(WebApplicationContext ctx, int eventType)
-
getEventType
public int getEventType()
-
Groovy Documentation