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