Class
caplin.streamlink

DirectoryEvent

Provides information about a change to a directory.

Constructor Summary

Attributes Name and Description
caplin.streamlink.DirectoryEvent()

Method Summary

Attributes Name and Description
List getChangedElements()

Returns a list of changes to the Directory.

Constructor Detail

caplin.streamlink.DirectoryEvent()

Method Detail

List getChangedElements()

Returns a list of changes to the Directory. Each caplin.streamlink.DirectoryChangeElement in the list represents an element which has been added or deleted from the directory.

Returns
{List} An Array of element changes.