Uses of Interface
org.jjazz.musiccontrol.api.playbacksession.EndOfPlaybackActionProvider
Package
Description
Models to represent a playback session played by the MusicController.
-
Uses of EndOfPlaybackActionProvider in org.jjazz.musiccontrol.api.playbacksession
Modifier and TypeClassDescriptionclass
A base implementation of a PlaybackSession to render a SongContext.class
A BaseSongSession which becomes dirty as soon as the SongContext has changed musically.class
An UpdatableSongSession is a BaseSongSession wrapper which enables on-the-fly updates of the playing sequence usingUpdatableSongSession.updateSequence(org.jjazz.musiccontrol.api.playbacksession.UpdatableSongSession.Update)
.class
A special UpdatableSongSession, which accepts an UpdateProvider as base session, and which closes itself after being played.class
A session to be used as a BaseSongSession for an UpdatableSongSession.