Interface DictionaryListener

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void afterDictionaryDestroy()
      Callback once dictionary destroy is complete (executed in the current tenant context)
      void afterDictionaryInit()
      Callback once dictionary initialisation is complete (executed in the current tenant context)
      void onDictionaryInit()
      Callback for (re-)initialising the Dictionary caches (executed in the current tenant context)
    • Method Detail

      • onDictionaryInit

        void onDictionaryInit()
        Callback for (re-)initialising the Dictionary caches (executed in the current tenant context)
      • afterDictionaryDestroy

        void afterDictionaryDestroy()
        Callback once dictionary destroy is complete (executed in the current tenant context)
      • afterDictionaryInit

        void afterDictionaryInit()
        Callback once dictionary initialisation is complete (executed in the current tenant context)