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:
- java.io.Serializable
public class GrailsContextEvent
- extends org.springframework.context.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
Fields inherited from class java.util.EventObject |
source |
Constructor Summary |
GrailsContextEvent(org.springframework.web.context.WebApplicationContext ctx,
int eventType)
|
Methods inherited from class org.springframework.context.ApplicationEvent |
getTimestamp |
Methods inherited from class java.util.EventObject |
getSource, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
DYNAMIC_METHODS_REGISTERED
public static final int DYNAMIC_METHODS_REGISTERED
- See Also:
- Constant Field Values
GrailsContextEvent
public GrailsContextEvent(org.springframework.web.context.WebApplicationContext ctx,
int eventType)
getEventType
public int getEventType()
Copyright (c) 2005-2006 The Grails project