| Package | Description | 
|---|---|
| org.springframework.context.event | Support classes for application events, like standard context events. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | ContextClosedEventEvent raised when an  ApplicationContextgets closed. | 
| class  | ContextRefreshedEventEvent raised when an  ApplicationContextgets initialized or refreshed. | 
| class  | ContextStartedEventEvent raised when an  ApplicationContextgets started. | 
| class  | ContextStoppedEventEvent raised when an  ApplicationContextgets stopped. |