Interface SingleControllerPlaylist.ItemLoadListener

Enclosing class:
SingleControllerPlaylist

public static interface SingleControllerPlaylist.ItemLoadListener
Listener which provides callbacks for whenever a PlayerConfig is loaded or unloaded from the playlist.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    The provided config has been loaded onto the playlist
    void
    The provided config has been unloaded from the playlist
  • Method Details

    • onItemLoad

      void onItemLoad(PlayerConfig config)
      The provided config has been loaded onto the playlist
      Parameters:
      config - the config which has been loaded
    • onItemUnload

      void onItemUnload(PlayerConfig config)
      The provided config has been unloaded from the playlist
      Parameters:
      config - the config which has been unloaded