Interface SlotOwner
public interface SlotOwner
Interface for components that hold slots and to which slots get released / recycled.
-
Method Summary
Modifier and TypeMethodDescriptionvoidreturnLogicalSlot(LogicalSlot logicalSlot) Return the given slot to the slot owner.
-
Method Details
-
returnLogicalSlot
Return the given slot to the slot owner.- Parameters:
logicalSlot- to return
-