com.ricebridge.xmlman.test
Class BackgroundTest.DelayedResultSetRecordListener
java.lang.Object
com.ricebridge.xmlman.RecordListenerSupport
com.ricebridge.xmlman.ResultSetRecordListener
com.ricebridge.xmlman.test.BackgroundTest.DelayedResultSetRecordListener
- All Implemented Interfaces:
- RecordListener
- Enclosing class:
- BackgroundTest
- public static class BackgroundTest.DelayedResultSetRecordListener
- extends ResultSetRecordListener
|
Method Summary |
protected void |
setXmlSpecImpl(XmlSpec pXmlSpec)
Handle property settings for loading ResultSets. |
protected void |
startProcessImpl()
Implement this method to receive notification that the saving of XML data is about to start. |
BackgroundTest.DelayedResultSetRecordListener
public BackgroundTest.DelayedResultSetRecordListener()
setXmlSpecImpl
protected void setXmlSpecImpl(XmlSpec pXmlSpec)
- Description copied from class:
ResultSetRecordListener
- Handle property settings for loading
ResultSets.
You can change these using XmlSpec.
- Overrides:
setXmlSpecImpl in class ResultSetRecordListener
- See Also:
RecordListener.setXmlSpec(com.ricebridge.xmlman.XmlSpec),
ResultSetRecordListener.PROP_ResultSet_dataHasHeaders
startProcessImpl
protected void startProcessImpl()
- Description copied from class:
RecordListenerSupport
- Implement this method to receive notification that the saving of XML data is about to start.
This method is optional for subclasses, as an empty implementation is provided here.
- Overrides:
startProcessImpl in class RecordListenerSupport
- See Also:
RecordListenerSupport.startProcess(),
RecordListener.startProcess()
Copyright © 2004-2005 Ricebridge