Class ShutdownListener

java.lang.Object
de.businesscode.bcdui.cache.ShutdownListener
All Implemented Interfaces:
jakarta.servlet.ServletContextListener, EventListener

public class ShutdownListener extends Object implements jakarta.servlet.ServletContextListener
  • Constructor Details

    • ShutdownListener

      public ShutdownListener()
  • Method Details

    • contextInitialized

      public void contextInitialized(jakarta.servlet.ServletContextEvent servletContextEvent)
      Specified by:
      contextInitialized in interface jakarta.servlet.ServletContextListener
    • contextDestroyed

      public void contextDestroyed(jakarta.servlet.ServletContextEvent servletContextEvent)
      Specified by:
      contextDestroyed in interface jakarta.servlet.ServletContextListener