|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface RowListener
Method Summary | |
---|---|
void |
errorRowWrittenEvent(RowMetaInterface rowMeta,
Object[] row)
This method is called when the error handling of a row is writing a row to the error stream. |
void |
rowReadEvent(RowMetaInterface rowMeta,
Object[] row)
This method is called when a row is read from another step |
void |
rowWrittenEvent(RowMetaInterface rowMeta,
Object[] row)
This method is called when a row is written to another step (even if there is no next step) |
Method Detail |
---|
void rowReadEvent(RowMetaInterface rowMeta, Object[] row) throws KettleStepException
rowMeta
- the metadata of the rowrow
- the data of the row
KettleStepException
- an exception that can be thrown to hard stop the stepvoid rowWrittenEvent(RowMetaInterface rowMeta, Object[] row) throws KettleStepException
rowMeta
- the metadata of the rowrow
- the data of the row
KettleStepException
- an exception that can be thrown to hard stop the stepvoid errorRowWrittenEvent(RowMetaInterface rowMeta, Object[] row) throws KettleStepException
rowMeta
- the metadata of the rowrow
- the data of the row
KettleStepException
- an exception that can be thrown to hard stop the step
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |