public class TransAdapter extends Object implements TransListener
| Constructor and Description | 
|---|
TransAdapter()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
transActive(Trans trans)
This transformation went from an in-active to an active state. 
 | 
void | 
transFinished(Trans trans)
The transformation has finished. 
 | 
void | 
transStarted(Trans trans)
This transformation started 
 | 
public void transStarted(Trans trans) throws org.pentaho.di.core.exception.KettleException
TransListenertransStarted in interface TransListenerorg.pentaho.di.core.exception.KettleExceptionpublic void transActive(Trans trans)
TransListenertransActive in interface TransListenerpublic void transFinished(Trans trans) throws org.pentaho.di.core.exception.KettleException
TransListenertransFinished in interface TransListenerorg.pentaho.di.core.exception.KettleException