Provides information about a change to a directory element.
Attributes | Name and Description |
---|---|
|
caplin.streamlink.DirectoryChangeElement()
|
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. |
►
caplin.streamlink.DirectoryChangeElement()
►
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.
true
if the directory element has been added to the directory, false
if it has been removed.