| パッケージ | 説明 |
|---|---|
| org.springframework.context.event | 標準コンテキストイベントなどのアプリケーションイベントのサポートクラス。 |
| 修飾子と型 | クラスと説明 |
|---|---|
class | ContextClosedEventApplicationContext が閉じられたときに発生するイベント。 |
class | ContextRefreshedEventApplicationContext が初期化またはリフレッシュされるときに発生するイベント。 |
class | ContextStartedEventApplicationContext が開始されるときに発生するイベント。 |
class | ContextStoppedEventApplicationContext が停止したときに発生するイベント。 |