org.apache.directory.api.ldap.model.schema.parsers
Class ParserMonitorAdapter

java.lang.Object
  extended by org.apache.directory.api.ldap.model.schema.parsers.ParserMonitorAdapter
All Implemented Interfaces:
ParserMonitor

public class ParserMonitorAdapter
extends Object
implements ParserMonitor

Default implementation of ParserMonitor with empty method implementations.

Author:
Apache Directory Project

Constructor Summary
ParserMonitorAdapter()
           
 
Method Summary
 void finishedParse(String s)
          Called when parsing is finished.
 void matchedProduction(String prod)
          Called when a production matched.
 void startedParse(String s)
          Called when parsing is started.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ParserMonitorAdapter

public ParserMonitorAdapter()
Method Detail

matchedProduction

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

Specified by:
matchedProduction in interface ParserMonitor
Parameters:
prod - the production

startedParse

public void startedParse(String s)
Called when parsing is started.

Specified by:
startedParse in interface ParserMonitor
Parameters:
s - the subject

finishedParse

public void finishedParse(String s)
Called when parsing is finished.

Specified by:
finishedParse in interface ParserMonitor
Parameters:
s - the subject


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