Interface SlotOwner


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

    Modifier and Type
    Method
    Description
    void
    Return the given slot to the slot owner.
  • Method Details

    • returnLogicalSlot

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