Uses of Interface
I_WordSource

Uses of I_WordSource in <Unnamed>
 

Classes in <Unnamed> that implement I_WordSource
 class NetWordClient
          Hangman network client.
 class Wordlist
          Wordlist is a list of words to use in Hangman.
 

Fields in <Unnamed> declared as I_WordSource
private  I_WordSource Game.words
          the source of secret words.
 

Constructors in <Unnamed> with parameters of type I_WordSource
Game(Board board, I_WordSource wordSource)
          Construct a Game.