Copyright (C) 2003,2004 dr. Cristiano Sadun

org.sadun.text.ffp
Interface FlatFileParser.AdvancedListener

All Superinterfaces:
FlatFileParser.Listener
All Known Implementing Classes:
DBInsertionListener
Enclosing interface:
FlatFileParser

public static interface FlatFileParser.AdvancedListener
extends FlatFileParser.Listener

Classes implementing this extension of Listener will receive more events on flat file parsing.

Version:
1.0
Author:
Cristiano Sadun

Method Summary
 void parsingStarted()
          Invoked when the parser has started
 void parsingTerminated(boolean successful)
          Invoked when the parser has terminated
 
Methods inherited from interface org.sadun.text.ffp.FlatFileParser.Listener
lineParsed
 

Method Detail

parsingStarted

public void parsingStarted()
                    throws AbortFFPException
Invoked when the parser has started

Throws:
AbortFFPException

parsingTerminated

public void parsingTerminated(boolean successful)
                       throws AbortFFPException
Invoked when the parser has terminated

Parameters:
successful - true if the parsing has been successful
Throws:
AbortFFPException

Copyright (C) 2003,2004 dr. Cristiano Sadun