uk.ac.cisban.rod.parsing.logfiles
Interface LogParserListener

All Known Subinterfaces:
ImageParserListener

public interface LogParserListener

Listener for log parsing events. Collects LogEvents resulting from parsing log files.

Author:
Morgan Taschuk

Method Summary
 void endParsing()
           
 void newMove(LogEvent im)
           
 void reportProgress(int progress)
           
 

Method Detail

newMove

void newMove(LogEvent im)

reportProgress

void reportProgress(int progress)

endParsing

void endParsing()


Copyright © 2010. All Rights Reserved.