Uses of Class
org.burningwave.core.iterable.Properties.Event
| Package | Description |
|---|---|
| org.burningwave.core | |
| org.burningwave.core.assembler | |
| org.burningwave.core.classes | |
| org.burningwave.core.iterable | |
| org.burningwave.core.jvm |
-
Uses of Properties.Event in org.burningwave.core
Methods in org.burningwave.core with parameters of type Properties.Event Modifier and Type Method Description <K, V> voidManagedLogger.Repository.Abst. processChangeNotification(Properties properties, Properties.Event event, K key, V newValue, V oldValue) -
Uses of Properties.Event in org.burningwave.core.assembler
Methods in org.burningwave.core.assembler with parameters of type Properties.Event Modifier and Type Method Description voidComponentContainer. processChangeNotification(Properties properties, Properties.Event event, Object key, Object newValue, Object oldValue) -
Uses of Properties.Event in org.burningwave.core.classes
Methods in org.burningwave.core.classes with parameters of type Properties.Event Modifier and Type Method Description <K, V> voidClassFactoryImpl. processChangeNotification(Properties properties, Properties.Event event, K key, V newValue, V previousValue)<K, V> voidClassPathScanner.Abst. processChangeNotification(Properties properties, Properties.Event event, K key, V newValue, V previousValue) -
Uses of Properties.Event in org.burningwave.core.iterable
Methods in org.burningwave.core.iterable that return Properties.Event Modifier and Type Method Description static Properties.EventProperties.Event. valueOf(String name)Returns the enum constant of this type with the specified name.static Properties.Event[]Properties.Event. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.burningwave.core.iterable with parameters of type Properties.Event Modifier and Type Method Description <K, V> voidIterableObjectHelper. processChangeNotification(Properties properties, Properties.Event event, K key, V newValue, V previousValue)<K, V> voidIterableObjectHelperImpl. processChangeNotification(Properties properties, Properties.Event event, K key, V newValue, V previousValue)default <K, V> voidProperties.Listener. processChangeNotification(Properties properties, Properties.Event event, K key, V newValue, V previousValue) -
Uses of Properties.Event in org.burningwave.core.jvm
Methods in org.burningwave.core.jvm with parameters of type Properties.Event Modifier and Type Method Description <K, V> voidBufferHandler. processChangeNotification(Properties config, Properties.Event event, K key, V newValue, V previousValue)