org.jmythapi.protocol.events
Interface IVideoListChange.IVideoChange

All Known Implementing Classes:
VideoListChange.VideoChange
Enclosing interface:
IVideoListChange

public static interface IVideoListChange.IVideoChange

Video List Change.

This class represents a single change determined by the backend during video rescanning.
For each change the type of the change and the id of the video are returned.

Since:
68

Method Summary
 Integer getId()
          Gets the video id.
 IVideoListChange.ChangeType getType()
          Gets the type of change.
 

Method Detail

getType

IVideoListChange.ChangeType getType()
Gets the type of change.

Returns:
the type of change.

getId

Integer getId()
Gets the video id.

Returns:
the video id.


Copyright © 2008-2013. All Rights Reserved.