public interface PlaylistListener
addPlaylistListener
method. When the playlist event
occurs, that object's appropriate method is invoked.Modifier and Type | Method and Description |
---|---|
void |
onSourceCompleted(Source source)
On source completed.
|
void |
onSourceStarted(Source source)
On source started.
|
void onSourceStarted(Source source) throws SkipSourceException
source
- the sourceSkipSourceException
void onSourceCompleted(Source source)
source
- the source