public interface ContextListener
Modifier and Type | Method and Description |
---|---|
void |
update(ContextSource source,
java.lang.String property,
java.lang.Object value)
A monitored value has been modified.
|
void update(ContextSource source, java.lang.String property, java.lang.Object value)
source
- the context source containing the propertyproperty
- the modified property namevalue
- the new value of the propertyCopyright © 2006-2014 The Apache Software Foundation. All Rights Reserved.