Interface ParserContextListener
-
- All Superinterfaces:
java.util.EventListener
public interface ParserContextListener extends java.util.EventListener
ParserContextListener. An interface which should be implemented by listeners who wish to be notified when a file has been successfully parsed. SeeParserContext
- Since:
- 5.2
- Author:
- Tristan Tarrant
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
parsingComplete(ParserContext context)
-
-
-
Method Detail
-
parsingComplete
void parsingComplete(ParserContext context)
-
-