Interface IStartUp


public interface IStartUp
Interface to start up class that is called as last step of the CC startup processing. Configuration of the class is done in system.xml:

<startupclass name="xxx.yyy.zzz.ApplicationStartUp"/>
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
  • Method Details

    • startUp

      void startUp()