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

Packages that use ILogoutListener
org.pentaho.platform.api.engine   
org.pentaho.platform.engine.core.system   
org.pentaho.platform.plugin.services.cache   
 

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

Subinterfaces of ILogoutListener in org.pentaho.platform.api.engine
 interface ICacheManager
           
 

Uses of ILogoutListener in org.pentaho.platform.engine.core.system
 

Classes in org.pentaho.platform.engine.core.system that implement ILogoutListener
 class SimpleMapCacheManager
           
 

Methods in org.pentaho.platform.engine.core.system that return ILogoutListener
static ILogoutListener PentahoSystem.remove(ILogoutListener listener)
           
 

Methods in org.pentaho.platform.engine.core.system with parameters of type ILogoutListener
static void PentahoSystem.addLogoutListener(ILogoutListener listener)
           
static ILogoutListener PentahoSystem.remove(ILogoutListener listener)
           
 

Uses of ILogoutListener in org.pentaho.platform.plugin.services.cache
 

Classes in org.pentaho.platform.plugin.services.cache that implement ILogoutListener
 class CacheManager
          This class provides an access point for pluggable caching mechanisms.