com.timeindexing.appl.playlist
Interface PlayListItem

All Known Implementing Classes:
AbstractPlayListItem, AbstractURIPlayListItem, IndexPropertiesItem, IntervalItem, URIIndexPropertiesItem

public interface PlayListItem

A PlayItem contains an Index and an Interval


Method Summary
 Index getIndex()
          Get the Index for this PlayItem.
 Interval getInterval()
          Get the Interval for this PlayItem.
 

Method Detail

getIndex

Index getIndex()
Get the Index for this PlayItem.


getInterval

Interval getInterval()
Get the Interval for this PlayItem.



Timeindexing 2008