Uses of Class
org.pentaho.di.ui.spoon.SpoonLifecycleListener.SpoonLifeCycleEvent

Packages that use SpoonLifecycleListener.SpoonLifeCycleEvent
org.pentaho.di.ui.spoon This package contains the classes needed by Spoon. 
 

Uses of SpoonLifecycleListener.SpoonLifeCycleEvent in org.pentaho.di.ui.spoon
 

Methods in org.pentaho.di.ui.spoon that return SpoonLifecycleListener.SpoonLifeCycleEvent
static SpoonLifecycleListener.SpoonLifeCycleEvent SpoonLifecycleListener.SpoonLifeCycleEvent.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static SpoonLifecycleListener.SpoonLifeCycleEvent[] SpoonLifecycleListener.SpoonLifeCycleEvent.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.pentaho.di.ui.spoon with parameters of type SpoonLifecycleListener.SpoonLifeCycleEvent
 void SpoonPluginManager.notifyLifecycleListeners(SpoonLifecycleListener.SpoonLifeCycleEvent evt)
          Notifies all registered SpoonLifecycleListeners of the given SpoonLifeCycleEvent.
 void SpoonLifecycleListener.onEvent(SpoonLifecycleListener.SpoonLifeCycleEvent evt)