public interface TableReadListener
| Modifier and Type | Method and Description |
|---|---|
void |
readValue(int line,
int col,
java.lang.String value)
Notification that a text string representing a table value has
been read.
|
void readValue(int line,
int col,
java.lang.String value)
throws DataParseException
line - the line of the file at which the value was encounteredcol - the table column index at which the value was encounteredvalue - the text string representing the data valueDataParseException - if an error occurs while parsing the data