Interface TransListener

All Known Implementing Classes:
TransAdapter

public interface TransListener
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    This transformation went from an in-active to an active state.
    void
    The transformation has finished.
    void
    This transformation started
  • Method Details

    • transStarted

      void transStarted(Trans trans) throws org.pentaho.di.core.exception.KettleException
      This transformation started
      Parameters:
      trans -
      Throws:
      org.pentaho.di.core.exception.KettleException
    • transActive

      void transActive(Trans trans)
      This transformation went from an in-active to an active state.
      Parameters:
      trans -
      Throws:
      org.pentaho.di.core.exception.KettleException
    • transFinished

      void transFinished(Trans trans) throws org.pentaho.di.core.exception.KettleException
      The transformation has finished.
      Parameters:
      trans -
      Throws:
      org.pentaho.di.core.exception.KettleException