public interface CommentCallback
TableReader.registerCommentCallBack(CommentCallback)| Modifier and Type | Method and Description |
|---|---|
void |
comment(TableReader reader,
String comment,
int row,
int cell)
Informs about a comment appeared in underlying stream.
|
void comment(TableReader reader, String comment, int row, int cell)
reader - the reader that notifiescomment - commentrow - line numbercell - cell number in row (might be -1 if not applicable)Copyright © 2014. All rights reserved.