com.ricebridge.xmlman.test
Class BackgroundTest.DelayedStringArrayRecordListener
java.lang.Object
com.ricebridge.xmlman.RecordListenerSupport
com.ricebridge.xmlman.StringArrayRecordListener
com.ricebridge.xmlman.test.BackgroundTest.DelayedStringArrayRecordListener
- All Implemented Interfaces:
- RecordListener
- Enclosing class:
- BackgroundTest
- public static class BackgroundTest.DelayedStringArrayRecordListener
- extends StringArrayRecordListener
|
Method Summary |
protected void |
setXmlSpecImpl(XmlSpec pXmlSpec)
Implement this method to receive the current XmlSpec settings. |
protected void |
startProcessImpl()
Implement this method to receive notification that the saving of XML data is about to start. |
BackgroundTest.DelayedStringArrayRecordListener
public BackgroundTest.DelayedStringArrayRecordListener()
setXmlSpecImpl
protected void setXmlSpecImpl(XmlSpec pXmlSpec)
- Description copied from class:
RecordListenerSupport
- Implement this method to receive the current
XmlSpec settings.
This method is optional for subclasses, as an empty implementation is provided here.
- Overrides:
setXmlSpecImpl in class RecordListenerSupport
- Parameters:
pXmlSpec - XML specification- See Also:
RecordListenerSupport.setXmlSpec(com.ricebridge.xmlman.XmlSpec),
RecordListener.setXmlSpec(com.ricebridge.xmlman.XmlSpec)
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