Package com.caplin.streamlink
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 Summary
Modifier and TypeMethodDescriptionReturns the subject of the element.getType()Returns the SubjectType of the element.
-
Method Details
-
getSubject
String getSubject()Returns the subject of the element.
- Returns:
- The subject.
-
getType
SubjectType getType()Returns the SubjectType of the element.
- Returns:
- The SubjectType.
-