Interface SlotOwner


  • public interface SlotOwner
    Interface for components that hold slots and to which slots get released / recycled.
    • Method Detail

      • returnLogicalSlot

        void returnLogicalSlot​(LogicalSlot logicalSlot)
        Return the given slot to the slot owner.
        Parameters:
        logicalSlot - to return