org.pentaho.di.core.lifecycle
Class LifecycleSupport

java.lang.Object
  extended by org.pentaho.di.core.lifecycle.LifecycleSupport
All Implemented Interfaces:
org.pentaho.di.core.lifecycle.LifecycleListener

public class LifecycleSupport
extends Object
implements org.pentaho.di.core.lifecycle.LifecycleListener


Constructor Summary
LifecycleSupport()
           
 
Method Summary
 void onExit(org.pentaho.di.core.lifecycle.LifeEventHandler handler)
           
 void onStart(org.pentaho.di.core.lifecycle.LifeEventHandler handler)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LifecycleSupport

public LifecycleSupport()
Method Detail

onStart

public void onStart(org.pentaho.di.core.lifecycle.LifeEventHandler handler)
             throws org.pentaho.di.core.lifecycle.LifecycleException
Specified by:
onStart in interface org.pentaho.di.core.lifecycle.LifecycleListener
Throws:
org.pentaho.di.core.lifecycle.LifecycleException

onExit

public void onExit(org.pentaho.di.core.lifecycle.LifeEventHandler handler)
            throws org.pentaho.di.core.lifecycle.LifecycleException
Specified by:
onExit in interface org.pentaho.di.core.lifecycle.LifecycleListener
Throws:
org.pentaho.di.core.lifecycle.LifecycleException