| |
|
| java.lang.Object org.acm.seguin.summary.load.TextLoadStatus
TextLoadStatus | public class TextLoadStatus implements LoadStatus(Code) | | Reports to the user the status of the loading using stdout
author: Chris Seguin |
done | public void done()(Code) | | Completed the loading
|
setCurrentFile | public void setCurrentFile(String name)(Code) | | Sets the CurrentFile attribute of the LoadStatus object
Parameters: name - The new CurrentFile value |
setRoot | public void setRoot(String name)(Code) | | Sets the Root attribute of the LoadStatus object
Parameters: name - The new Root value |
|
|
|