| henplus.importparser.ValueRecipient
ValueRecipient | public interface ValueRecipient (Code) | | A Recipient of a value parsed by the TypeParser.
|
finishRow | boolean finishRow() throws Exception(Code) | | Signal the Value Recipient, that a complete row
has been read.
true, if the ValueRecipient has read allrows and does not want to receive furtherrows. |
|
|