Package com.tccc.kos.core.service.app
package com.tccc.kos.core.service.app
Provides the abstract KosApplication class, which all kOS apps derive from.
- Since:
- 1.0
- Version:
- 2022-10-21
-
ClassDescriptionA subclass of
BrowserIntent
that generates an intent that is targeted at a specific application.Application<T extends BaseAppConfig>Base class for all kOS applications.Listener for Application-related events.Class responsible for loading an application from the filesystem.Wrapper for the system message broker that prefixes the topics with the application id.Service that manages applications within kOS.Callback forAppService.whenAppStarted()
.Base class for application configuration beans.Information about a manifest section that has a "kos.app." or "kos.autostart." prefix.SystemApplication<T extends BaseAppConfig>Base class for system applications, which simply adds convenience methods to the base Application type.