org.acm.seguin.summary.load
Interface LoadStatus

All Known Implementing Classes:
SilentLoadStatus, SwingLoadStatus, TextLoadStatus

public interface LoadStatus

Reports to the user the status of the loading

Author:
Chris Seguin

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
 

Method Detail

setRoot

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

Parameters:
name - The new Root value

setCurrentFile

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

Parameters:
name - The new CurrentFile value

done

void done()
Completed the loading