public interface ParseErrorListener
extends java.util.EventListener
ParseErrorEvent| Modifier and Type | Method and Description |
|---|---|
void |
BadLineParsed(ParseErrorEvent theEvent)
Method called when the parser encounters a bad line.
|
void BadLineParsed(ParseErrorEvent theEvent)
theEvent - The event that contains the line and token.