Uses of Interface
org.pentaho.platform.api.engine.IPluginLifecycleListener

Packages that use IPluginLifecycleListener
org.pentaho.platform.api.engine   
org.pentaho.platform.plugin.services.pluginmgr   
 

Uses of IPluginLifecycleListener in org.pentaho.platform.api.engine
 

Subinterfaces of IPluginLifecycleListener in org.pentaho.platform.api.engine
 interface IPlatformPlugin
          This interface represents the contract for the specification of a plugin.
 

Methods in org.pentaho.platform.api.engine with parameters of type IPluginLifecycleListener
 void IPlatformPlugin.addLifecycleListener(IPluginLifecycleListener listener)
          Registers a lifecycle listener with this plugin.
 

Uses of IPluginLifecycleListener in org.pentaho.platform.plugin.services.pluginmgr
 

Classes in org.pentaho.platform.plugin.services.pluginmgr that implement IPluginLifecycleListener
 class PlatformPlugin
          Default bean implementation of IPlatformPlugin
 

Methods in org.pentaho.platform.plugin.services.pluginmgr with parameters of type IPluginLifecycleListener
 void PlatformPlugin.addLifecycleListener(IPluginLifecycleListener listener)