ca.quine.jcommons.transform.transforms
Interface IParsedLineListener

All Known Implementing Classes:
XMLSegmentTransform

public interface IParsedLineListener


Method Summary
 void complete()
           
 void transform(ParsedLine parsedLine)
           
 

Method Detail

transform

public void transform(ParsedLine parsedLine)
               throws Exception
Exception

complete

public void complete()
              throws Exception
Exception