Uses of Interface
com.tccc.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.tccc.kos.core.service.app
Methods in com.tccc.kos.core.service.app with parameters of type AppStartedCallbackModifier and TypeMethodDescriptionvoid
AppService.whenAppStarted
(String appId, AppStartedCallback callback) Call the specified callback when the requested appId is started.