Uses of Class
com.tccc.kos.core.service.assembly.Assembly
Packages that use Assembly
Package
Description
Provides the abstract KosApplication class, which all kOS apps derive from.
-
Uses of Assembly in com.tccc.kos.core.service.app
Methods in com.tccc.kos.core.service.app with parameters of type AssemblyModifier and TypeMethodDescriptionvoid
SystemApplication.installAssembly
(Assembly assembly) Installs an assembly. -
Uses of Assembly in com.tccc.kos.core.service.assembly
Methods in com.tccc.kos.core.service.assembly that return AssemblyModifier and TypeMethodDescriptionAssemblyAware.getAssembly()
Returns the associated assembly.AssemblyService.getCoreAssembly()
Methods in com.tccc.kos.core.service.assembly that return types with arguments of type AssemblyMethods in com.tccc.kos.core.service.assembly with parameters of type AssemblyModifier and TypeMethodDescriptionvoid
Installs an assembly.default void
Called to install components associated with the specified assembly.default void
AssemblyListener.onPostInstall
(Assembly assembly) Called when an Assembly has finished installing.default void
AssemblyListener.onPostUninstall
(Assembly assembly) Called when an Assembly has finished uninstalling.default void
AssemblyListener.onPreInstall
(Assembly assembly) Called when an Assembly is about to be installed.default void
AssemblyListener.onPreUninstall
(Assembly assembly) Called when an Assembly is about to be uninstalled.default void
AssemblyListener.onUninstall
(Assembly assembly) Called to uninstall all components associated with the specified assembly.void
Uninstalls an assembly. -
Uses of Assembly in com.tccc.kos.core.service.hardware
Methods in com.tccc.kos.core.service.hardware that return AssemblyConstructors in com.tccc.kos.core.service.hardware with parameters of type Assembly