public interface DictionaryListener
This interface allows Dictionary Listeners to register with the DictionaryService.
Modifier and Type | Method and 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)
|
void onDictionaryInit()
void afterDictionaryDestroy()
void afterDictionaryInit()
Copyright © 2005–2017 Alfresco Software. All rights reserved.