Package com.kosdev.kos.core.service.app
Interface GenericAppStartedCallback<T>
public interface GenericAppStartedCallback<T>
Callback for
AppService.whenAppStarted().- Since:
- 9
- Version:
- 9
-
Method Summary
Modifier and TypeMethodDescriptionvoidonAppStart(T app) Called when the selectedApplicationhas been started.
-
Method Details
-
onAppStart
Called when the selectedApplicationhas been started. The application is fully loaded and ready for use. This is called afterApplication.started()returns.- Since:
- 9
-