Package com.caplin.streamlink
Interface DirectoryEvent
- All Superinterfaces:
DataEvent
Provides information about a change to a directory.
-
Method Summary
Modifier and TypeMethodDescriptionReturns a list of changes to the Directory.Methods inherited from interface com.caplin.streamlink.DataEvent
getSubject, isImage
-
Method Details
-
getChangedElements
List<DirectoryChangeElement> getChangedElements()Returns a list of changes to the Directory. Each
DirectoryChangeElement
in the list represents an element which has been added or deleted from the directory.- Returns:
- An Array of element changes.
-