org.apache.directory.shared.ldap.filter
Interface FilterParserMonitor

All Known Implementing Classes:
FilterParserMonitorAdapter

public interface FilterParserMonitor

A monitor for FilterParsers.

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

Method Summary
 void matchedProduction(java.lang.String production)
          Monitors FilterParser events where it matches a production.
 

Method Detail

matchedProduction

void matchedProduction(java.lang.String production)
Monitors FilterParser events where it matches a production.

Parameters:
production - the name of the production matched


Copyright © 2003-2009 Apache Software Foundation. All Rights Reserved.