com.ricebridge.xmlman.test
Class BadRecordsTest.SimpleBadRecordListener
java.lang.Object
com.ricebridge.xmlman.BadRecordListenerSupport
com.ricebridge.xmlman.CollectingBadRecordListener
com.ricebridge.xmlman.test.BadRecordsTest.SimpleBadRecordListener
- All Implemented Interfaces:
- BadRecordListener
- Enclosing class:
- BadRecordsTest
- public static class BadRecordsTest.SimpleBadRecordListener
- extends CollectingBadRecordListener
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BadRecordsTest.SimpleBadRecordListener
public BadRecordsTest.SimpleBadRecordListener()
handleBadRecordImpl
protected void handleBadRecordImpl(BadRecord pBadRecord)
- Description copied from class:
BadRecordListenerSupport
- Implement this method to receive each
BadRecord as it occurs.
This method must be implemented by subclasses.
- Specified by:
handleBadRecordImpl in class BadRecordListenerSupport
- See Also:
BadRecordListenerSupport.handleBadRecord(BadRecord),
BadRecordListener.handleBadRecord(BadRecord)
getBadRecordsImpl
protected List getBadRecordsImpl()
- Description copied from class:
CollectingBadRecordListener
- Get the stored
BadRecords from the underlying implementation.
- Specified by:
getBadRecordsImpl in class CollectingBadRecordListener
Copyright © 2004-2005 Ricebridge