Class ApplicationShutdownEvent

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ServerShutdownEvent

public class ApplicationShutdownEvent extends AbstractEmbeddedApplicationEvent
Event fired when an EmbeddedApplication shuts down.
Since:
1.0
Author:
Graeme Rocher
See Also:
  • Constructor Details

    • ApplicationShutdownEvent

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