org.apache.directory.api.ldap.model.schema.parsers
Interface ParserMonitor

All Known Implementing Classes:
ConsoleParserMonitor, ParserMonitorAdapter

public interface ParserMonitor

A monitor for the OpenLdap parser.

Author:
Apache Directory Project

Method Summary
 void finishedParse(String subject)
          Called when parsing is finished.
 void matchedProduction(String prod)
          Called when a production matched.
 void startedParse(String subject)
          Called when parsing is started.
 

Method Detail

matchedProduction

void matchedProduction(String prod)
Called when a production matched.

Parameters:
prod - the production

startedParse

void startedParse(String subject)
Called when parsing is started.

Parameters:
subject - the subject

finishedParse

void finishedParse(String subject)
Called when parsing is finished.

Parameters:
subject - the subject


Copyright © 2003-2013 The Apache Software Foundation. All Rights Reserved.