Package org.pentaho.di.kf
Class KFLifecycleListener
java.lang.Object
org.pentaho.di.kf.KFLifecycleListener
- All Implemented Interfaces:
org.pentaho.di.core.lifecycle.KettleLifecycleListener
@KettleLifecyclePlugin(id="KFLifecycleListener",
name="KFLifecycleListener")
public class KFLifecycleListener
extends Object
implements org.pentaho.di.core.lifecycle.KettleLifecycleListener
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
KFLifecycleListener
public KFLifecycleListener()
-
-
Method Details
-
onEnvironmentInit
public void onEnvironmentInit() throws org.pentaho.di.core.lifecycle.LifecycleException- Specified by:
onEnvironmentInit
in interfaceorg.pentaho.di.core.lifecycle.KettleLifecycleListener
- Throws:
org.pentaho.di.core.lifecycle.LifecycleException
-
onEnvironmentShutdown
public void onEnvironmentShutdown()- Specified by:
onEnvironmentShutdown
in interfaceorg.pentaho.di.core.lifecycle.KettleLifecycleListener
-