Interface ContentAccessor.ContentMutator<T>

    • Method Detail

      • setContent

        void setContent​(T aContent)
        Sets the content for the content property.
        Parameters:
        aContent - The content to be stored by the content property.