Package com.kosdev.kos.core.service.assembly


package com.kosdev.kos.core.service.assembly
  • Class
    Description
    An 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 Assembly via the Assembly.add() method to be notified when the assembly is installed or uninstalled.
    Callback for Assembly.whenIntalled().
    Listener to be notified when an Assembly is installed or uninstalled from the system.
    Base listener interface for Assembly-related events.
    Similar to AssemblyInstallListener but provides access to pre and post install callbacks.
    Manages assemblies in KOS.
    Interface to mark an Assembly as CoreAssembly which will prevent the assembly from being unloaded.