Interface RecordHandler


  • public interface RecordHandler

    Defines a set of Java callbacks to handle Record objects.

    Author:
    Bas Peters
    See Also:
    Record
    • Method Detail

      • startCollection

        void startCollection()

        Receives notification at the start of the collection.

      • record

        void record​(Record record)

        Receives notification when a record is parsed.

        Parameters:
        record - the Record object.
      • endCollection

        void endCollection()

        Receives notification at the end of the collection.