|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RowListener | |
---|---|
org.pentaho.di.trans.step | |
org.pentaho.di.trans.steps.mapping | |
org.pentaho.di.trans.steps.scriptvalues_mod |
Uses of RowListener in org.pentaho.di.trans.step |
---|
Classes in org.pentaho.di.trans.step that implement RowListener | |
---|---|
class |
RowAdapter
|
Methods in org.pentaho.di.trans.step that return types with arguments of type RowListener | |
---|---|
List<RowListener> |
BaseStep.getRowListeners()
|
List<RowListener> |
StepInterface.getRowListeners()
|
Methods in org.pentaho.di.trans.step with parameters of type RowListener | |
---|---|
void |
BaseStep.addRowListener(RowListener rowListener)
|
void |
StepInterface.addRowListener(RowListener rowListener)
Add a rowlistener to the step allowing you to inspect (or manipulate, be careful) the rows coming in or exiting the step. |
void |
BaseStep.removeRowListener(RowListener rowListener)
|
void |
StepInterface.removeRowListener(RowListener rowListener)
Remove a rowlistener from this step. |
Uses of RowListener in org.pentaho.di.trans.steps.mapping |
---|
Methods in org.pentaho.di.trans.steps.mapping with parameters of type RowListener | |
---|---|
void |
Mapping.addRowListener(RowListener rowListener)
For preview of the main data path, make sure we pass the row listener down to the Mapping Output step... |
Uses of RowListener in org.pentaho.di.trans.steps.scriptvalues_mod |
---|
Methods in org.pentaho.di.trans.steps.scriptvalues_mod that return types with arguments of type RowListener | |
---|---|
List<RowListener> |
ScriptValuesModDummy.getRowListeners()
|
List<RowListener> |
ScriptValuesModInterface.getRowListeners()
|
Methods in org.pentaho.di.trans.steps.scriptvalues_mod with parameters of type RowListener | |
---|---|
void |
ScriptValuesModDummy.addRowListener(RowListener rowListener)
|
void |
ScriptValuesModInterface.addRowListener(RowListener rowListener)
|
void |
ScriptValuesModDummy.removeRowListener(RowListener rowListener)
|
void |
ScriptValuesModInterface.removeRowListener(RowListener rowListener)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |