Interface SlotOwner
-
public interface SlotOwnerInterface for components that hold slots and to which slots get released / recycled.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidreturnLogicalSlot(LogicalSlot logicalSlot)Return the given slot to the slot owner.
-
-
-
Method Detail
-
returnLogicalSlot
void returnLogicalSlot(LogicalSlot logicalSlot)
Return the given slot to the slot owner.- Parameters:
logicalSlot- to return
-
-