Class UpdatableSongSessionOnePlay

java.lang.Object
org.jjazz.musiccontrol.api.playbacksession.UpdatableSongSession
org.jjazz.musiccontrol.api.playbacksession.UpdatableSongSessionOnePlay
All Implemented Interfaces:
PropertyChangeListener, EventListener, ControlTrackProvider, EndOfPlaybackActionProvider, PlaybackSession, SongContextProvider

public class UpdatableSongSessionOnePlay extends UpdatableSongSession
A special UpdatableSongSession, which accepts an UpdateProvider as base session, and which closes itself after being played.

This prevents the session to be automatically updated after session is played.