|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.acm.seguin.summary.load.TextLoadStatus
public class TextLoadStatus
Reports to the user the status of the loading using stdout
Constructor Summary | |
---|---|
TextLoadStatus()
|
Method Summary | |
---|---|
void |
done()
Completed the loading |
void |
setCurrentFile(java.lang.String name)
Sets the CurrentFile attribute of the LoadStatus object |
void |
setRoot(java.lang.String name)
Sets the Root attribute of the LoadStatus object |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TextLoadStatus()
Method Detail |
---|
public void setRoot(java.lang.String name)
setRoot
in interface LoadStatus
name
- The new Root valuepublic void setCurrentFile(java.lang.String name)
setCurrentFile
in interface LoadStatus
name
- The new CurrentFile valuepublic void done()
done
in interface LoadStatus
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |