Uses of Interface
org.pentaho.di.trans.TransStoppedListener

Packages that use TransStoppedListener
org.pentaho.di.trans This package contains the classes needed to define and execute transformations. 
 

Uses of TransStoppedListener in org.pentaho.di.trans
 

Methods in org.pentaho.di.trans that return types with arguments of type TransStoppedListener
 List<TransStoppedListener> Trans.getTransStoppedListeners()
          Gets the list of stop-event listeners for the transformation.
 

Methods in org.pentaho.di.trans with parameters of type TransStoppedListener
 void Trans.addTransStoppedListener(TransStoppedListener transStoppedListener)
          Adds a stop-event listener to the transformation.
 

Method parameters in org.pentaho.di.trans with type arguments of type TransStoppedListener
 void Trans.setTransStoppedListeners(List<TransStoppedListener> transStoppedListeners)
          Sets the list of stop-event listeners for the transformation.