Interface ParserContextListener

  • All Superinterfaces:
    EventListener

    public interface ParserContextListener
    extends EventListener
    ParserContextListener. An interface which should be implemented by listeners who wish to be notified when a file has been successfully parsed. See ParserContext
    Since:
    5.2
    Author:
    Tristan Tarrant
    • Method Detail

      • parsingComplete

        void parsingComplete​(ParserContext context)