|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.directory.api.ldap.model.schema.parsers.ParserMonitorAdapter
public class ParserMonitorAdapter
Default implementation of ParserMonitor with empty method implementations.
| 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 |
|---|
public ParserMonitorAdapter()
| Method Detail |
|---|
public void matchedProduction(String prod)
matchedProduction in interface ParserMonitorprod - the productionpublic void startedParse(String s)
startedParse in interface ParserMonitors - the subjectpublic void finishedParse(String s)
finishedParse in interface ParserMonitors - the subject
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||