org.apache.felix.ipojo
Interface ContextListener


public interface ContextListener

Context Source Listener.

Author:
Felix Project Team

Method Summary
 void update(ContextSource source, java.lang.String property, java.lang.Object value)
          A monitored value has been modified.
 

Method Detail

update

void update(ContextSource source,
            java.lang.String property,
            java.lang.Object value)
A monitored value has been modified.

Parameters:
source - : context source containing the property
property - : modified property name
value - : new value of the property