Class ApplicationStartedEvent

All Implemented Interfaces:
Handleable, Unique<UUID>

public class ApplicationStartedEvent extends ApplicationEvent
An event called by the application to notify other classes that the application has been fully initialized, and the application is now fully operational.
See Also:
  • Constructor Details

    • ApplicationStartedEvent

      public ApplicationStartedEvent(@Nonnull Application application)
      Creates a new application started event.
      Parameters:
      application - The application which invoked this event
    • ApplicationStartedEvent

      public ApplicationStartedEvent(@Nonnull Application application, @Nullable Handleable cause)
      Creates a new application started event.
      Parameters:
      application - The application which invoked this event
      cause - The cause of this event's invocation