Date: 2003-11-07 19:29
Sender: Derek Lewis
Logged In: YES
user_id=438
Changed the summary to be what we've discussed.
Lists need to contain things other than Songs.
Lists should be able to contain anything with
a "getEntries"
method.
"Entries" would be some sort of interface allowing
them to
be "executed" (in the case of a Song, it'll play
itself).
Lists should be valid Entries.
There should be an interator method to iterate over the
"future play order" of a list, and this would be used
to
perform "nextSong".
How does this affect "prevSong", and the implementation
of
"prevHistorySong"? |