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()
           
 

Methods in org.pentaho.di.trans with parameters of type TransStoppedListener
 void Trans.addTransStoppedListener(TransStoppedListener transStoppedListener)
           
 

Method parameters in org.pentaho.di.trans with type arguments of type TransStoppedListener
 void Trans.setTransStoppedListeners(List<TransStoppedListener> transStoppedListeners)