org.pentaho.di.ui.spoon
Interface SpoonLifecycleListener


public interface SpoonLifecycleListener

Registered implementations will be notified of Spoon startup and shutdown. This class will most likely be registered as part of a SpoonPlugin.

Author:
nbaker

Nested Class Summary
static class SpoonLifecycleListener.SpoonLifeCycleEvent
           
 
Method Summary
 void onEvent(SpoonLifecycleListener.SpoonLifeCycleEvent evt)
           
 

Method Detail

onEvent

void onEvent(SpoonLifecycleListener.SpoonLifeCycleEvent evt)