Package net.sf.ehcache.config
Interface DynamicSearchListener
-
public interface DynamicSearchListenerListener for changes to dynamic attributes extractor config- Author:
- vfunshte
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidextractorChanged(DynamicAttributesExtractor oldValue, DynamicAttributesExtractor newValue)Called to indicate that a new dynamic attributes extractor was added
-
-
-
Method Detail
-
extractorChanged
void extractorChanged(DynamicAttributesExtractor oldValue, DynamicAttributesExtractor newValue)
Called to indicate that a new dynamic attributes extractor was added- Parameters:
oldValue-newValue-
-
-