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