Uses of Class
jcaas.midi.MIDIPlayer

Packages that use MIDIPlayer
jcaas   
jcaas.midi   
jmusic.midi   
 

Uses of MIDIPlayer in jcaas
 

Methods in jcaas that return MIDIPlayer
 MIDIPlayer MusicThread.getMIDIPlayer()
          Gives the current MIDIPlayer for this class.
 

Methods in jcaas with parameters of type MIDIPlayer
 void MusicThread.setMIDIPlayer(MIDIPlayer player)
          Sets the MIDIPlayer instance for this class.
 

Uses of MIDIPlayer in jcaas.midi
 

Fields in jcaas.midi declared as MIDIPlayer
static MIDIPlayer Play.myPlayer
           
 

Uses of MIDIPlayer in jmusic.midi
 

Constructors in jmusic.midi with parameters of type MIDIPlayer
MIDIPlayerEnqueuer(MIDIPlayer mp)
          Default constructor.