Uses of Interface
org.apache.hop.pipeline.transform.IRowListener
-
Packages that use IRowListener Package Description org.apache.hop.execution.sampler org.apache.hop.pipeline.engine org.apache.hop.pipeline.transform -
-
Uses of IRowListener in org.apache.hop.execution.sampler
Methods in org.apache.hop.execution.sampler that return IRowListener Modifier and Type Method Description IRowListenerExecutionDataSamplerStoreBase. createRowListener(IExecutionDataSampler sampler)IRowListenerIExecutionDataSamplerStore. createRowListener(IExecutionDataSampler<?> dataSampler)Create a row listener to attach to a transform -
Uses of IRowListener in org.apache.hop.pipeline.engine
Methods in org.apache.hop.pipeline.engine with parameters of type IRowListener Modifier and Type Method Description voidEngineComponent. addRowListener(IRowListener rowListener)voidIEngineComponent. addRowListener(IRowListener rowListener)Add a rowlistener to the transform allowing you to inspect (or manipulate, be careful) the rows coming in or exiting the transform.voidEngineComponent. removeRowListener(IRowListener rowListener)voidIEngineComponent. removeRowListener(IRowListener rowListener) -
Uses of IRowListener in org.apache.hop.pipeline.transform
Classes in org.apache.hop.pipeline.transform that implement IRowListener Modifier and Type Class Description classRowAdapterRowAdapter is an adapter class for receiving row events.Fields in org.apache.hop.pipeline.transform with type parameters of type IRowListener Modifier and Type Field Description protected List<IRowListener>BaseTransform. rowListenersThe list of IRowListener interfacesMethods in org.apache.hop.pipeline.transform that return types with arguments of type IRowListener Modifier and Type Method Description List<IRowListener>BaseTransform. getRowListeners()List<IRowListener>ITransform. getRowListeners()Methods in org.apache.hop.pipeline.transform with parameters of type IRowListener Modifier and Type Method Description voidBaseTransform. addRowListener(IRowListener rowListener)voidITransform. addRowListener(IRowListener rowListener)Add a rowlistener to the transform allowing you to inspect (or manipulate, be careful) the rows coming in or exiting the transform.voidBaseTransform. removeRowListener(IRowListener rowListener)voidITransform. removeRowListener(IRowListener rowListener)Remove a rowlistener from this transform.
-