org.apache.felix.webconsole.plugins.event.internal
Class ConfigurationListener

java.lang.Object
  extended by org.apache.felix.webconsole.plugins.event.internal.ConfigurationListener
All Implemented Interfaces:
org.osgi.service.cm.ConfigurationListener, org.osgi.service.cm.ManagedService

public class ConfigurationListener
extends java.lang.Object
implements org.osgi.service.cm.ManagedService, org.osgi.service.cm.ConfigurationListener


Method Summary
 void configurationEvent(org.osgi.service.cm.ConfigurationEvent event)
           
 void updated(java.util.Dictionary config)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

configurationEvent

public void configurationEvent(org.osgi.service.cm.ConfigurationEvent event)
Specified by:
configurationEvent in interface org.osgi.service.cm.ConfigurationListener
See Also:
ConfigurationListener.configurationEvent(org.osgi.service.cm.ConfigurationEvent)

updated

public void updated(java.util.Dictionary config)
Specified by:
updated in interface org.osgi.service.cm.ManagedService
See Also:
ManagedService.updated(java.util.Dictionary)


Copyright © 2006-2013 The Apache Software Foundation. All Rights Reserved.