public class ApplicationShutdownEvent extends AbstractEmbeddedApplicationEvent
EmbeddedApplication shuts down.| Constructor and Description | 
|---|
| ApplicationShutdownEvent(EmbeddedApplication<?> source)Constructs a prototypical Event. | 
getSourcepublic ApplicationShutdownEvent(EmbeddedApplication<?> source)
source - The object on which the Event initially occurred.java.lang.IllegalArgumentException - if source is null.