Uses of Interface
com.tccc.kos.core.service.app.AppStartedCallback
Packages that use AppStartedCallback
Package
Description
Provides the abstract KosApplication class, which all kOS apps derive from.
-
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.