com.ricebridge.xmlman.test
Class BackgroundTest.DelayedStringArrayRecordListener

java.lang.Object
  extended bycom.ricebridge.xmlman.RecordListenerSupport
      extended bycom.ricebridge.xmlman.StringArrayRecordListener
          extended bycom.ricebridge.xmlman.test.BackgroundTest.DelayedStringArrayRecordListener
All Implemented Interfaces:
RecordListener
Enclosing class:
BackgroundTest

public static class BackgroundTest.DelayedStringArrayRecordListener
extends StringArrayRecordListener


Field Summary
 
Fields inherited from class com.ricebridge.xmlman.StringArrayRecordListener
iRecords
 
Fields inherited from class com.ricebridge.xmlman.RecordListenerSupport
iFieldNames
 
Constructor Summary
BackgroundTest.DelayedStringArrayRecordListener()
           
 
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.
 
Methods inherited from class com.ricebridge.xmlman.StringArrayRecordListener
getRecords, handleRecordImpl, toString
 
Methods inherited from class com.ricebridge.xmlman.RecordListenerSupport
endProcess, endProcessImpl, handleRecord, setFieldNames, setFieldNamesImpl, setXmlSpec, startProcess
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BackgroundTest.DelayedStringArrayRecordListener

public BackgroundTest.DelayedStringArrayRecordListener()
Method Detail

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