Package org.pentaho.di.trans
Interface TransListener
- All Known Implementing Classes:
TransAdapter
public interface TransListener
-
Method Summary
Modifier and TypeMethodDescriptionvoid
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
-
Method Details
-
transStarted
This transformation started- Parameters:
trans
-- Throws:
org.pentaho.di.core.exception.KettleException
-
transActive
This transformation went from an in-active to an active state.- Parameters:
trans
-- Throws:
org.pentaho.di.core.exception.KettleException
-
transFinished
The transformation has finished.- Parameters:
trans
-- Throws:
org.pentaho.di.core.exception.KettleException
-