Package org.pentaho.di.trans
Class TransAdapter
java.lang.Object
org.pentaho.di.trans.TransAdapter
- All Implemented Interfaces:
TransListener
Utility class to allow only certain methods of TransListener to be overridden.
- Author:
- matt
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidtransActive(Trans trans) This transformation went from an in-active to an active state.voidtransFinished(Trans trans) The transformation has finished.voidtransStarted(Trans trans) This transformation started
-
Constructor Details
-
TransAdapter
public TransAdapter()
-
-
Method Details
-
transStarted
Description copied from interface:TransListenerThis transformation started- Specified by:
transStartedin interfaceTransListener- Throws:
org.pentaho.di.core.exception.KettleException
-
transActive
Description copied from interface:TransListenerThis transformation went from an in-active to an active state.- Specified by:
transActivein interfaceTransListener
-
transFinished
Description copied from interface:TransListenerThe transformation has finished.- Specified by:
transFinishedin interfaceTransListener- Throws:
org.pentaho.di.core.exception.KettleException
-