Interface LimitedFixedItemInv

All Superinterfaces:
AbstractItemInvView, Convertible, FixedItemInv, FixedItemInvView
All Known Implementing Classes:
SimpleLimitedFixedItemInv, SimpleLimitedFixedItemInv.OfCopying, SimpleLimitedFixedItemInv.OfModifiable

public interface LimitedFixedItemInv extends FixedItemInv
A type of FixedItemInv that wraps an existing FixedItemInv and provides custom control over the actual modification of the wrapped FixedItemInv.

Note that it is never possible to get the wrapped FixedItemInv from this class.