Interface ILogoutListener

  • All Known Subinterfaces:
    ICacheManager

    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 Detail

      • onLogout

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