类 SpringApplicationEvent
java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
org.springframework.boot.context.event.SpringApplicationEvent
- 所有已实现的接口:
Serializable
- 直接已知子类:
ApplicationContextInitializedEvent
,ApplicationEnvironmentPreparedEvent
,ApplicationFailedEvent
,ApplicationPreparedEvent
,ApplicationReadyEvent
,ApplicationStartedEvent
,ApplicationStartingEvent
Base class for
ApplicationEvent
related to a SpringApplication
.- 从以下版本开始:
- 1.0.0
- 作者:
- Phillip Webb
- 另请参阅:
-
字段概要
从类继承的字段 java.util.EventObject
source
-
构造器概要
构造器 -
方法概要
从类继承的方法 org.springframework.context.ApplicationEvent
getTimestamp
从类继承的方法 java.util.EventObject
getSource, toString
-
构造器详细资料
-
SpringApplicationEvent
-
-
方法详细资料
-
getSpringApplication
-
getArgs
-