Interface I_CmsStartStopHandler


  • public interface I_CmsStartStopHandler
    Interface for plugins that need to be called during startup and shutdown.
    • Method Detail

      • shutdown

        void shutdown()
        Called before everything else in the system is being shut down.
      • startup

        void startup​(CmsObject cms)
        Called after everything else in the system has been initialized.
        Parameters:
        cms - an Admin CMS context