org.jmythapi.protocol.events
Interface IVideoListChange
- All Superinterfaces:
- Cloneable, IMythEvent<IVideoListChange.Props>, IPropertyAware<IVideoListChange.Props>, ISendable, IVersionable, IVideoList<IVideoListChange.Props>
- All Known Implementing Classes:
- VideoListChange
public interface IVideoListChange
- extends IVideoList<IVideoListChange.Props>
Backend Event - Video List - Change.
This message informs the client about the detected changes during a video-storagegroup rescan.
- Since:
- 63.
- See Also:
IBackend.scanVideos()
,
BACKEND_MESSAGE_VIDEO_LIST_CHANGE
Methods inherited from interface org.jmythapi.IPropertyAware |
getProperties, getProperty, getPropertyClass, getPropertyCount, getPropertyIndex, getPropertyMap, getPropertyValue, getPropertyValue, getPropertyValueObject, getPropertyValues, setPropertyValue, setPropertyValue, setPropertyValueObject |
getChanges
List<IVideoListChange.IVideoChange> getChanges()
- Gets a list of all detected changes.
- Returns:
- the list of detected changes.
- Since:
- 68
Copyright © 2008-2013. All Rights Reserved.