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 directory element that has changed.

caplin.streamlink.SubjectType getType()

Returns the subject type of the Directoruy element that has changed.

boolean isAdded()

Indicates whether this directory element has been added or removed from the directory.

Constructor Detail

caplin.streamlink.DirectoryChangeElement()

Method Detail

String getSubject()

Returns the subject of the directory element that has changed.

Returns
{String} The directory element's subject.

caplin.streamlink.SubjectType getType()

Returns the subject type of the Directoruy element that has changed.

Returns
{caplin.streamlink.SubjectType} The directory element's subject type.

boolean isAdded()

Indicates whether this directory element has been added or removed from the directory.

Returns
{boolean} true if the directory element has been added to the directory, false if it has been removed.