Package org.alfresco.repo.dictionary
Interface ExtendedDictionaryListener
-
- All Superinterfaces:
DictionaryListener
- All Known Implementing Classes:
CMISAbstractDictionaryService
,CMISStrictDictionaryService
public interface ExtendedDictionaryListener extends DictionaryListener
A dictionary listener that allows listeners to listen for models being added to the dictionary. Used by the OpenCMIS dictionary to refresh its registry when new models are added to the core dictionary.- Author:
- sglover
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
modelAdded(CompiledModel model, java.lang.String tenant)
-
Methods inherited from interface org.alfresco.repo.dictionary.DictionaryListener
afterDictionaryDestroy, afterDictionaryInit, onDictionaryInit
-
-
-
-
Method Detail
-
modelAdded
void modelAdded(CompiledModel model, java.lang.String tenant)
-
-