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

All Known Implementing Classes:
FilterParserMonitorAdapter

public interface FilterParserMonitor

A monitor for FilterParsers.

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

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

Method Detail

matchedProduction

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

Parameters:
production - the name of the production matched


Copyright © 2003-2006 . All Rights Reserved.