Package com.caplin.streamlink
Interface DirectoryChangeElement
public interface DirectoryChangeElement
Provides information about a change to a directory element.
-
Method Details
-
getSubject
String getSubject()Returns the subject of the directory element that has changed.
- Returns:
- The directory element's subject.
-
getType
SubjectType getType()Returns the subject type of the Directoruy element that has changed.
- Returns:
- The directory element's subject type.
-
isAdded
boolean isAdded()Indicates whether this directory element has been added or removed from the directory.
- Returns:
true
if the directory element has been added to the directory,false
if it has been removed.
-