public class ContextStartedEvent extends ApplicationContextEvent
ApplicationContext gets started.ContextStoppedEvent,
序列化表格source| 构造器和说明 |
|---|
ContextStartedEvent(ApplicationContext source)
Create a new ContextStartedEvent.
|
getApplicationContextgetTimestampgetSource, toStringpublic ContextStartedEvent(ApplicationContext source)
source - the ApplicationContext that has been started
(must not be null)