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