Class ApplicationStartupEvent

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ServerStartupEvent

public class ApplicationStartupEvent extends AbstractEmbeddedApplicationEvent
Event fired when an EmbeddedApplication starts up.
Since:
1.0
Author:
Graeme Rocher
See Also:
  • Constructor Details

    • ApplicationStartupEvent

      public ApplicationStartupEvent(EmbeddedApplication<?> source)
      Constructs a prototypical Event.
      Parameters:
      source - The object on which the Event initially occurred.
      Throws:
      IllegalArgumentException - if source is null.