public static interface Configurable.Listener
Modifier and Type | Method and Description |
---|---|
<T> void |
configurableChanged(Configurable<T> configurable,
T oldValue,
T newValue)
Receives notification that a configurable has been updated.
|
<T> void configurableChanged(Configurable<T> configurable, T oldValue, T newValue)
configurable
- the configurable instance being updated.oldValue
- the old value.newValue
- the new value.Copyright © 2005-2013 Javolution. All Rights Reserved.