Uses of Interface
org.pentaho.di.core.lifecycle.LifeEventHandler
-
Packages that use LifeEventHandler Package Description org.pentaho.di.core.lifecycle -
-
Uses of LifeEventHandler in org.pentaho.di.core.lifecycle
Methods in org.pentaho.di.core.lifecycle with parameters of type LifeEventHandler Modifier and Type Method Description void
LifecycleListener. onExit(LifeEventHandler handler)
Called when the application endsvoid
LifecycleListener. onStart(LifeEventHandler handler)
Called when the application starts.
-