org.pentaho.platform.api.engine
Interface ILogoutListener

All Known Subinterfaces:
ICacheManager
All Known Implementing Classes:
CacheManager, SimpleMapCacheManager

public interface ILogoutListener

Author:
wseyler Interface for logoutout listeners. These get called to invalidate caches or other session based items and to perform any additional cleanup or actions required when a user goes away

Method Summary
 void onLogout(IPentahoSession session)
           
 

Method Detail

onLogout

void onLogout(IPentahoSession session)
Parameters:
session - Performs any logout actions based on this session.