org.apache.directory.shared.ldap.filter
Class FilterParserMonitorAdapter

java.lang.Object
  extended byorg.apache.directory.shared.ldap.filter.FilterParserMonitorAdapter
All Implemented Interfaces:
FilterParserMonitor

public class FilterParserMonitorAdapter
extends java.lang.Object
implements FilterParserMonitor

Adapter for the FilterParser monitor.

Version:
$Rev: 379008 $
Author:
Apache Directory Project

Constructor Summary
FilterParserMonitorAdapter()
           
 
Method Summary
 void matchedProduction(java.lang.String production)
          Monitors FilterParser events where it matches a production.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FilterParserMonitorAdapter

public FilterParserMonitorAdapter()
Method Detail

matchedProduction

public void matchedProduction(java.lang.String production)
Description copied from interface: FilterParserMonitor
Monitors FilterParser events where it matches a production.

Specified by:
matchedProduction in interface FilterParserMonitor
Parameters:
production - the name of the production matched


Copyright © 2003-2006 . All Rights Reserved.