public interface TransListener
| 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
|
void transStarted(Trans trans) throws KettleException
trans - KettleExceptionvoid transActive(Trans trans)
trans - KettleExceptionvoid transFinished(Trans trans) throws KettleException
trans - KettleExceptionCopyright © 2018 Hitachi Vantara. All rights reserved.