com.ricebridge.xmlman.test
Class BackgroundTest.DelayedTableModelRecordListener

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

public static class BackgroundTest.DelayedTableModelRecordListener
extends TableModelRecordListener


Field Summary
 
Fields inherited from class com.ricebridge.xmlman.TableModelRecordListener
iTableModel, PROP_TableModel_dataHasHeaders, PROP_TableModel_editable
 
Fields inherited from class com.ricebridge.xmlman.RecordListenerSupport
iFieldNames
 
Constructor Summary
BackgroundTest.DelayedTableModelRecordListener()
           
 
Method Summary
protected  void setXmlSpecImpl(XmlSpec pXmlSpec)
          Handle property settings for loading TableModels.
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.TableModelRecordListener
getTableModel, handleRecordImpl, setFieldNamesImpl, toString
 
Methods inherited from class com.ricebridge.xmlman.RecordListenerSupport
endProcess, endProcessImpl, handleRecord, setFieldNames, setXmlSpec, startProcess
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BackgroundTest.DelayedTableModelRecordListener

public BackgroundTest.DelayedTableModelRecordListener()
Method Detail

setXmlSpecImpl

protected void setXmlSpecImpl(XmlSpec pXmlSpec)
Description copied from class: TableModelRecordListener
Handle property settings for loading TableModels.

You can change these using XmlSpec.

Overrides:
setXmlSpecImpl in class TableModelRecordListener
See Also:
RecordListener.setXmlSpec(com.ricebridge.xmlman.XmlSpec), TableModelRecordListener.PROP_TableModel_dataHasHeaders, TableModelRecordListener.PROP_TableModel_editable

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