public class ParentContextCloserApplicationListener extends Object implements org.springframework.context.ApplicationListener<ParentContextApplicationContextInitializer.ParentContextAvailableEvent>, org.springframework.core.Ordered
| Modifier and Type | Class and Description |
|---|---|
protected static class |
ParentContextCloserApplicationListener.ContextCloserListener |
| Constructor and Description |
|---|
ParentContextCloserApplicationListener() |
| Modifier and Type | Method and Description |
|---|---|
protected ParentContextCloserApplicationListener.ContextCloserListener |
createContextCloserListener(org.springframework.context.ConfigurableApplicationContext child)
Subclasses may override to create their own subclass of ContextCloserListener.
|
int |
getOrder() |
void |
onApplicationEvent(ParentContextApplicationContextInitializer.ParentContextAvailableEvent event) |
public ParentContextCloserApplicationListener()
public int getOrder()
getOrder in interface org.springframework.core.Orderedpublic void onApplicationEvent(ParentContextApplicationContextInitializer.ParentContextAvailableEvent event)
onApplicationEvent in interface org.springframework.context.ApplicationListener<ParentContextApplicationContextInitializer.ParentContextAvailableEvent>protected ParentContextCloserApplicationListener.ContextCloserListener createContextCloserListener(org.springframework.context.ConfigurableApplicationContext child)
Copyright © 2014 Pivotal Software, Inc.. All rights reserved.