|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
public interface Updater
Interface used by the underlying system to provide updates on system progress without locking the execution into a particular type of view (gui or console).
メソッドの概要 | |
---|---|
void |
announceUpdate(int fileDone)
Called periodically when processing a file |
void |
announceUpdate(int fileNumber,
int fileDone)
Called when a file is completed. |
void |
setFileLength(int windows)
Establishes how big the current file is. |
void |
setNumberOfFiles(int files)
Establishes how many files are in this execution |
メソッドの詳細 |
---|
void announceUpdate(int fileNumber, int fileDone)
fileNumber
- How many files are completed.fileDone
- Position in the file (usually 0).void announceUpdate(int fileDone)
fileDone
- Position in file.void setNumberOfFiles(int files)
files
- Number of files to be processed.void setFileLength(int windows)
windows
- Total number of windows of data to be processed.
|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |