de.qfs.apps.qflog.logview
Interface LogParser.ProgressCallback

Enclosing class:
LogParser

public static interface LogParser.ProgressCallback

This interface can be implemented to monitor and possibly abort parsing.


Method Summary
 boolean progress(int lines, int chars)
          Notify the callback of parsing progress.
 

Method Detail

progress

public boolean progress(int lines,
                        int chars)
Notify the callback of parsing progress.
Parameters:
lines - The number of lines parsed so far.
chars - The number of characters parsed so far.
Returns:
True to continue parsing, false to stop now and return the entries parsed so far.