ehcache

net.sf.ehcache.config
Interface DynamicSearchListener


public interface DynamicSearchListener

Listener for changes to dynamic attributes extractor config

Author:
vfunshte

Method Summary
 void extractorChanged(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 -

ehcache

Copyright © 2003-2014 Terracotta, Inc.. All Rights Reserved.