public interface Changed
Modifier and Type | Interface and Description |
---|---|
static class |
Changed.TYPE
type of change on a particular instance
|
Modifier and Type | Method and Description |
---|---|
<T extends ConfigBeanProxy> |
changed(Changed.TYPE type,
Class<T> changedType,
T changedInstance)
Notification of a change on a configuration object
|
<T extends ConfigBeanProxy> NotProcessed changed(Changed.TYPE type, Class<T> changedType, T changedInstance)
type
- type of change : ADD mean the changedInstance was added to the parent
REMOVE means the changedInstance was removed from the parent, CHANGE means the
changedInstance has mutated.changedType
- type of the configuration objectchangedInstance
- changed instance.Copyright © 2018. All rights reserved.