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