org.apache.directory.shared.ldap.filter
Class FilterParserMonitorAdapter
java.lang.Object
org.apache.directory.shared.ldap.filter.FilterParserMonitorAdapter
- All Implemented Interfaces:
- FilterParserMonitor
public class FilterParserMonitorAdapter
- extends Object
- implements FilterParserMonitor
Adapter for the FilterParser monitor.
- Version:
- $Rev: 437007 $
- Author:
- Apache Directory Project
|
Method Summary |
void |
matchedProduction(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 |
FilterParserMonitorAdapter
public FilterParserMonitorAdapter()
matchedProduction
public void matchedProduction(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 © 2004-2010 The Apache Software Foundation. All Rights Reserved.