org.apache.felix.ipojo
Interface ContextListener
public interface ContextListener
Context Source Listener interface.
A context source listener is notified when a monitored context
property value changed.
- Author:
- Felix Project Team
update
void update(ContextSource source,
String property,
Object value)
- A monitored value has been modified.
- Parameters:
source - the context source containing the propertyproperty - the modified property namevalue - the new value of the property
Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.