Package com.tccc.kos.core.service.app
Interface AppStartedCallback
public interface AppStartedCallback
Callback for
AppService.whenAppStarted()
.- Since:
- 1.0
- Version:
- 2024-05-08
-
Method Summary
Modifier and TypeMethodDescriptionvoid
onAppStart
(Application<?> app) Called when the selectedApplication
has been started.
-
Method Details
-
onAppStart
Called when the selectedApplication
has been started. The application is fully loaded and ready for use. This is called afterApplication.started()
returns.
-