org.codehaus.groovy.grails.commons.spring
Class GrailsContextEvent
java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
org.codehaus.groovy.grails.commons.spring.GrailsContextEvent
- All Implemented Interfaces:
- Serializable
public class GrailsContextEvent
- extends ApplicationEvent
An event object used to signal various events related to the Grails context loading
- Since:
- 1.0
- Author:
- Graeme Rocher
- See Also:
- Serialized Form
DYNAMIC_METHODS_REGISTERED
public static final int DYNAMIC_METHODS_REGISTERED
- See Also:
- Constant Field Values
GrailsContextEvent
public GrailsContextEvent(WebApplicationContext ctx,
int eventType)
getEventType
public int getEventType()
Copyright (c) 2005-2006 The Grails project