Uses of Interface
org.musicontroller.songselection.CandidateSelector

Packages that use CandidateSelector
org.musicontroller   
org.musicontroller.songselection   
 

Uses of CandidateSelector in org.musicontroller
 

Methods in org.musicontroller that return CandidateSelector
 CandidateSelector DJImpl.getCandidateSelector()
           
 CandidateSelector DJFactory.getCandidateSelector()
          Getter for the candidate selector.
 CandidateSelector DJ.getCandidateSelector()
           
 

Methods in org.musicontroller with parameters of type CandidateSelector
 void DJImpl.setCandidateSelector(CandidateSelector selector)
           
 void DJFactory.setCandidateSelector(CandidateSelector selector)
          Setter for the candidate selector.
 void DJ.setCandidateSelector(CandidateSelector selector)
           
 

Uses of CandidateSelector in org.musicontroller.songselection
 

Classes in org.musicontroller.songselection that implement CandidateSelector
 class RandomCandidateSelector
          Randomly selects a preset number of songs from the song collection.
 



Copyright © 2010 A.J.V.. All Rights Reserved.