public abstract class PlaylistListener extends ErrorListener
Constructor and Description |
---|
PlaylistListener() |
Modifier and Type | Method and Description |
---|---|
abstract void |
onPlaylist(Playlist playlist)
This method must be implemented to handle the Playlist object returned from an asynchronous
operation.
|
onError, onError
public abstract void onPlaylist(Playlist playlist)
playlist
- The Playlist object provided by the asynchronous operation.