public interface ApplicationContextListener
| Modifier and Type | Method and Description |
|---|---|
void |
onCreate(org.springframework.context.ConfigurableApplicationContext context)
Callback when an application context is created.
|
void |
onDispose(org.springframework.context.ConfigurableApplicationContext context)
Callback when an application context is disposed.
|
void onCreate(org.springframework.context.ConfigurableApplicationContext context)
context - the context being createdvoid onDispose(org.springframework.context.ConfigurableApplicationContext context)
context - the context being disposedCopyright © 2007-2013 Metaform Systems.