Package org.burningwave.core.iterable
Interface Properties.Listener
- All Known Subinterfaces:
Component,IterableZipContainer.Entry
- All Known Implementing Classes:
BufferHandler,ByteCodeHunterImpl,Cache.ObjectAndPathForResources,Cache.PathForResources,ClassFactoryImpl,ClassPathScanner.Abst,ClassPathScannerWithCachingSupport.Abst,CodeExecutorImpl,ComponentContainer,ComponentContainer.PathScannerClassLoader,FileInputStream,FileOutputStream,FileSystemHelper,IterableObjectHelperImpl,JavaMemoryCompilerImpl,ManagedLogger.Repository.Abst,MemoryClassLoader,PathScannerClassLoader,PropertyAccessor,PropertyAccessor.ByFieldOrByMethod,PropertyAccessor.ByMethodOrByField,SimpleManagedLoggerRepository,SLF4JManagedLoggerRepository,SourceCodeHandler
- Enclosing class:
- Properties
public static interface Properties.Listener
-
Method Summary
Modifier and Type Method Description default <T extends Properties.Listener>
TlistenTo(Properties properties)default <K, V> voidprocessChangeNotification(Properties properties, Properties.Event event, K key, V newValue, V previousValue)default <T extends Properties.Listener>
Tunregister(Properties properties)
-
Method Details
-
listenTo
-
unregister
-
processChangeNotification
default <K, V> void processChangeNotification(Properties properties, Properties.Event event, K key, V newValue, V previousValue)
-