|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Defines a set of Java callbacks to handle Record
objects.
Record
Method Summary | |
void |
endCollection()
Receives notification at the end of the collection. |
void |
record(Record record)
Receives notification when a record is parsed. |
void |
startCollection()
Receives notification at the start of the collection. |
Method Detail |
public void startCollection()
Receives notification at the start of the collection.
public void record(Record record)
Receives notification when a record is parsed.
record
- the Record
object.public void endCollection()
Receives notification at the end of the collection.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |