Interface EndOfPlaybackActionProvider

All Known Implementing Classes:
BaseSongSession, StaticSongSession, UpdatableSongSession, UpdatableSongSessionOnePlay, UpdateProviderSongSession

public interface EndOfPlaybackActionProvider
PlaybackSession additional capability: an action should be executed when music playback is stopped (because user stopped it or end of sequence is reached).

  • Method Summary

    Modifier and Type
    Method
    Description
    An action to be executed when music playback is stopped or paused (because user stopped it or end of sequence is reached).
  • Method Details

    • getEndOfPlaybackAction

      ActionListener getEndOfPlaybackAction()
      An action to be executed when music playback is stopped or paused (because user stopped it or end of sequence is reached).
      Returns:
      Can be null