com.googlecode.whatswrong.io
Interface CorpusFormat.Monitor
- Enclosing interface:
- CorpusFormat
public static interface CorpusFormat.Monitor
A Monitor monitors the progress of the CorpusFormat.load(java.io.File, int,
int)
method.
Method Summary |
void |
progressed(int index)
Called whenever one instance was processed in loading of the file. |
progressed
void progressed(int index)
- Called whenever one instance was processed in loading of the file.
- Parameters:
index
- the index of the processed instance.
Copyright © 2010. All Rights Reserved.