org.pentaho.di.core.lifecycle
Class LifecycleSupport

java.lang.Object
  extended by org.pentaho.di.core.lifecycle.LifecycleSupport

public class LifecycleSupport
extends Object


Constructor Summary
LifecycleSupport()
           
 
Method Summary
 void onExit(LifeEventHandler handler)
           
 void onStart(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(LifeEventHandler handler)
             throws LifecycleException
Throws:
LifecycleException

onExit

public void onExit(LifeEventHandler handler)
            throws LifecycleException
Throws:
LifecycleException