| |
|
| java.lang.Object org.acm.seguin.summary.load.SilentLoadStatus
SilentLoadStatus | public class SilentLoadStatus implements LoadStatus(Code) | | Reports nothing to the user during loading
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 |
|
|
|