public class RowAdapter extends Object implements RowListener
RowListener| Constructor and Description | 
|---|
RowAdapter()
Instantiates a new row adapter. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
errorRowWrittenEvent(org.pentaho.di.core.row.RowMetaInterface rowMeta,
                    Object[] row)
Empty method implementing the RowListener.errorRowWrittenEvent interface method 
 | 
void | 
rowReadEvent(org.pentaho.di.core.row.RowMetaInterface rowMeta,
            Object[] row)
Empty method implementing the RowListener.rowReadEvent interface method 
 | 
void | 
rowWrittenEvent(org.pentaho.di.core.row.RowMetaInterface rowMeta,
               Object[] row)
Empty method implementing the RowListener.rowWrittenEvent interface method 
 | 
public void errorRowWrittenEvent(org.pentaho.di.core.row.RowMetaInterface rowMeta,
                                 Object[] row)
                          throws org.pentaho.di.core.exception.KettleStepException
errorRowWrittenEvent in interface RowListenerrowMeta - the metadata of the rowrow - the data of the roworg.pentaho.di.core.exception.KettleStepException - an exception that can be thrown to hard stop the stepRowListener.errorRowWrittenEvent(org.pentaho.di.core.row.RowMetaInterface,
      java.lang.Object[])public void rowReadEvent(org.pentaho.di.core.row.RowMetaInterface rowMeta,
                         Object[] row)
                  throws org.pentaho.di.core.exception.KettleStepException
rowReadEvent in interface RowListenerrowMeta - the metadata of the rowrow - the data of the roworg.pentaho.di.core.exception.KettleStepException - an exception that can be thrown to hard stop the stepRowListener.rowReadEvent(org.pentaho.di.core.row.RowMetaInterface,
      java.lang.Object[])public void rowWrittenEvent(org.pentaho.di.core.row.RowMetaInterface rowMeta,
                            Object[] row)
                     throws org.pentaho.di.core.exception.KettleStepException
rowWrittenEvent in interface RowListenerrowMeta - the metadata of the rowrow - the data of the roworg.pentaho.di.core.exception.KettleStepException - an exception that can be thrown to hard stop the stepRowListener.rowWrittenEvent(org.pentaho.di.core.row.RowMetaInterface,
      java.lang.Object[])