Class
caplin.streamlink

ContainerElement

Representation of a subject that is within a container.

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

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.