Class
caplin.streamlink

DirectoryChangeElement

Provides information about a change to a directory element.

Constructor Summary

Attributes Name and Description
caplin.streamlink.DirectoryChangeElement()

Method Summary

Attributes Name and Description
String getSubject()

Returns the subject of the requested directory element.

caplin.streamlink.SubjectType getType()

Returns the type of caplin.streamlink.SubjectType that the element is.

boolean isAdded()

Returns whether the element has been added or removed from the directory.

Constructor Detail

caplin.streamlink.DirectoryChangeElement()

Method Detail

String getSubject()

Returns the subject of the requested directory element.

Returns
{String} The subject

boolean isAdded()

Returns whether the element has been added or removed from the directory.

Returns
{boolean} Whether the element has been added or removed.