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
void getChangedElements()

*

Returns a list of changes to the Directory.

Constructor Detail

caplin.streamlink.DirectoryEvent()

Method Detail

void 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.