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

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

Method Detail

update

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

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


Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.