Uses of Interface
provided.abcMusic.player.impl.SequencePlayer2.IPlayable
Packages that use SequencePlayer2.IPlayable
-
Uses of SequencePlayer2.IPlayable in provided.abcMusic.player.impl
Fields in provided.abcMusic.player.impl declared as SequencePlayer2.IPlayableModifier and TypeFieldDescriptionstatic SequencePlayer2.IPlayable
SequencePlayer2.IPlayable.NULL
Null object instance that no-ops the start and stop methods.Fields in provided.abcMusic.player.impl with type parameters of type SequencePlayer2.IPlayableModifier and TypeFieldDescriptionprivate ArrayList<SequencePlayer2.IPlayable>
SequencePlayer2._playableQueue
The queue of of currently playing songsMethods in provided.abcMusic.player.impl that return SequencePlayer2.IPlayableModifier and TypeMethodDescriptionSequencePlayer2.makePlayable(ISequencePlayerStatus statusCmd)
Factory method for an IPlayable object that can play the currently programmed music sequence.