Interface ContainerElement


  • public interface ContainerElement

    Representation of a subject that is within a container.

    The insert(), remove() or move() callbacks of ContainerModel all supply a ContainerElement that applies to the action..

    • Method Detail

      • getSubject

        java.lang.String getSubject()

        Returns the subject of the element.

        Returns:
        The subject.
      • getType

        SubjectType getType()

        Returns the SubjectType of the element.

        Returns:
        The SubjectType.