net.shredzone.ifish
Interface PlaylistSource

All Known Implementing Classes:
DatabasePane, PlaylistPane

public interface PlaylistSource

A class which is able to deliver a playlist for the external player, must implement this interface.

Version:
$Id: PlaylistSource.java 291 2009-04-28 21:29:27Z shred $

Method Summary
 Entry[] getSelectedEntries()
          Get an array of all Entry to be played.
 

Method Detail

getSelectedEntries

Entry[] getSelectedEntries()
Get an array of all Entry to be played.

Returns:
Array of Entry, might be empty.


Copyright © 2007-2011 shredzone.org. All Rights Reserved.