Interface MutableContentHolder<C>

Type Parameters:
C - the type of the content of a MutableContentHolder
All Superinterfaces:
ContentHolder<C>

public interface MutableContentHolder<C> extends ContentHolder<C>
A MutableContentHolder is a ContentHolder whose content can be set programmatically.
Author:
Silvan Wyss
  • Method Details