Package com.kosdev.kos.core.service.assembly
package com.kosdev.kos.core.service.assembly
-
ClassDescriptionAn assembly is used to describe a collection of hardware that can be added or removed as an atomic unit within KOS.Interface for objects that are directly linked to an Assembly object.Interface for objects that are added to an
Assemblyvia theAssembly.add()method to be notified when the assembly is installed or uninstalled.Callback forAssembly.whenIntalled().Listener to be notified when anAssemblyis installed or uninstalled from the system.Base listener interface for Assembly-related events.Similar toAssemblyInstallListenerbut provides access to pre and post install callbacks.Manages assemblies in KOS.Interface to mark anAssemblyasCoreAssemblywhich will prevent the assembly from being unloaded.