Class
caplin.streamlink

ContainerElement

This interface represents a subject that is within a container.

The ContainerElement will be provided on an insert, remove or move callback to a caplin.streamlink.ContainerModel.

Constructor Summary

Attributes Name and Description
caplin.streamlink.ContainerElement()

Method Summary

Attributes Name and Description
String getSubject()

Returns the subject of the element.

caplin.streamlink.SubjectType getType()

Returns the SubjectType of the element.

Constructor Detail

caplin.streamlink.ContainerElement()

Method Detail

String getSubject()

Returns the subject of the element.

Returns
{String} The subject.

caplin.streamlink.SubjectType getType()

Returns the SubjectType of the element.

Returns
{caplin.streamlink.SubjectType} The SubjectType.