Uses of Interface
com.kosdev.kos.core.service.app.AppStartedCallback
Packages that use AppStartedCallback
Package
Description
This package provides the core application framework for KOS, including application lifecycle management,
dynamic loading capabilities, and messaging infrastructure.
-
Uses of AppStartedCallback in com.kosdev.kos.core.service.app
Methods in com.kosdev.kos.core.service.app with parameters of type AppStartedCallbackModifier and TypeMethodDescriptionvoidApplication.whenAppStarted(String appId, AppStartedCallback callback) Call the specified callback when the requested appId is started.voidAppService.whenAppStarted(String appId, AppStartedCallback callback) Call the specified callback when the requested appId is started.voidApplication.whenStarted(AppStartedCallback callback) Call the specified callback when this app is started.