org.acm.seguin.summary.load
Class SilentLoadStatus

java.lang.Object
  extended by org.acm.seguin.summary.load.SilentLoadStatus
All Implemented Interfaces:
LoadStatus

public class SilentLoadStatus
extends java.lang.Object
implements LoadStatus

Reports nothing to the user during loading

Author:
Chris Seguin

Constructor Summary
SilentLoadStatus()
           
 
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

SilentLoadStatus

public SilentLoadStatus()
Method Detail

setRoot

public void setRoot(java.lang.String name)
Sets the Root attribute of the LoadStatus object

Specified by:
setRoot in interface LoadStatus
Parameters:
name - The new Root value

setCurrentFile

public void setCurrentFile(java.lang.String name)
Sets the CurrentFile attribute of the LoadStatus object

Specified by:
setCurrentFile in interface LoadStatus
Parameters:
name - The new CurrentFile value

done

public void done()
Completed the loading

Specified by:
done in interface LoadStatus