Uses of Interface
com.kosdev.kos.core.service.app.GenericAppStartedCallback
Packages that use GenericAppStartedCallback
Package
Description
This package provides the core application framework for KOS, including application lifecycle management,
dynamic loading capabilities, and messaging infrastructure.
-
Uses of GenericAppStartedCallback in com.kosdev.kos.core.service.app
Methods in com.kosdev.kos.core.service.app with parameters of type GenericAppStartedCallbackModifier and TypeMethodDescription<T> voidApplication.whenAppStarted(String appId, GenericAppStartedCallback<T> callback, Class<T> clazz) Call the specified callback when the requested appId is started.