Class ApplicationStartedListener
java.lang.Object
civitas.celestis.listener.application.ApplicationStartedListener
- All Implemented Interfaces:
Listener
An event listener which exclusively listens to
ApplicationStartedEvents.- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidHandles the post-initialization operations of the application.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface civitas.celestis.event.Listener
getHandlerReferences
-
Constructor Details
-
ApplicationStartedListener
public ApplicationStartedListener()
-
-
Method Details
-
onApplicationStarted
@ApplicationCritical(created="0.4", lastUpdated="0.4") @EventHandler(priority=INITIALIZATION) public void onApplicationStarted(@Nonnull ApplicationStartedEvent event) Handles the post-initialization operations of the application.- Parameters:
event- The event which was called
-