Uses of Interface
IAutoPlayer

Uses of IAutoPlayer in <Unnamed>
 

Classes in <Unnamed> that implement IAutoPlayer
 class AbstractAutoPlayer
          Augments AutoPlayer by adding abstract method for autoplayer.
 class BadAutoPlayer
          AutoPlayer that can't find any words.
 

Constructors in <Unnamed> with parameters of type IAutoPlayer
BoggleGUI(BoggleModel model, java.io.InputStream stream, IAutoPlayer compPlayer)