private class FrameworkServlet.ContextRefreshListener extends java.lang.Object implements ApplicationListener<ContextRefreshedEvent>
onApplicationEvent
on the FrameworkServlet instance.Modifier | Constructor and Description |
---|---|
private |
ContextRefreshListener() |
Modifier and Type | Method and Description |
---|---|
void |
onApplicationEvent(ContextRefreshedEvent event)
Handle an application event.
|
public void onApplicationEvent(ContextRefreshedEvent event)
ApplicationListener
onApplicationEvent
in interface ApplicationListener<ContextRefreshedEvent>
event
- the event to respond to