org.pentaho.di.trans
Class TransAdapter

java.lang.Object
  extended by org.pentaho.di.trans.TransAdapter
All Implemented Interfaces:
TransListener

public class TransAdapter
extends Object
implements TransListener

Utility class to allow only certain methods of TransListener to be overridden.

Author:
matt

Constructor Summary
TransAdapter()
           
 
Method Summary
 void transActive(Trans trans)
          This transformation went from an in-active to an active state.
 void transFinished(Trans trans)
          The transformation has finished.
 void transIdle(Trans trans)
          The transformation went from an active to an inactive state.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TransAdapter

public TransAdapter()
Method Detail

transActive

public void transActive(Trans trans)
Description copied from interface: TransListener
This transformation went from an in-active to an active state.

Specified by:
transActive in interface TransListener

transIdle

public void transIdle(Trans trans)
Description copied from interface: TransListener
The transformation went from an active to an inactive state.

Specified by:
transIdle in interface TransListener

transFinished

public void transFinished(Trans trans)
                   throws KettleException
Description copied from interface: TransListener
The transformation has finished.

Specified by:
transFinished in interface TransListener
Throws:
KettleException