edu.northwestern.at.wordhoard.swing.calculator.modelutils
Interface WordGetter


public interface WordGetter

Interface for retrieving a list of words.


Method Summary
 java.util.List getWords(ProgressReporter progressReporter)
          Get list of words.
 

Method Detail

getWords

java.util.List getWords(ProgressReporter progressReporter)
                        throws java.lang.Exception
Get list of words.

Parameters:
progressReporter - Displays progress. May be null.
Throws:
Exception.
java.lang.Exception