Class MultiControllerPlaylist.AbstractPlaylistListener

java.lang.Object
com.castlabs.android.player.playlist.MultiControllerPlaylist.AbstractPlaylistListener
All Implemented Interfaces:
MultiControllerPlaylist.PlaylistListener
Enclosing class:
MultiControllerPlaylist

public abstract static class MultiControllerPlaylist.AbstractPlaylistListener extends Object implements MultiControllerPlaylist.PlaylistListener
Abstract implementation of the MultiControllerPlaylist.PlaylistListener.

All methods of the the MultiControllerPlaylist.PlaylistListener are implemented with empty bodies and you can extend this class if you only need to implement a subset of the callbacks. Using this abstract class instead of the interface might also simplify updates of the API.

Since:
4.2.2