SAP NetWeaver '04

com.sapportals.wcm.crt.configuration
Interface IConfigurationEventListener

[contained in: com.sap.netweaver.bc.crt.par - bc.crt_api.jar]
public interface IConfigurationEventListener

This interface is implemented by the CRT to listen for events at the IConfigurationProvider.

Copyright (c) SAP AG 2001-2002


Method Summary
 void notifyComponentConfigAdded(ComponentUri containerUri, IConfiguration config)
          Notifies the CRT that a new "component" element was added to the configuration.
 void notifyComponentConfigChanged(ComponentUri uri, IConfiguration config)
          Notifies the CRT that a component's configuration data has been changed.
 void notifyComponentConfigRemoved(ComponentUri uri)
          Notifies the CRT that a component has been removed from the configuration.
 

Method Detail

notifyComponentConfigAdded

public void notifyComponentConfigAdded(ComponentUri containerUri,
                                       IConfiguration config)
Notifies the CRT that a new "component" element was added to the configuration.
Parameters:
containerUri - The URI of the container for the new component - optional (can be null ).
config - The configuration data.

notifyComponentConfigChanged

public void notifyComponentConfigChanged(ComponentUri uri,
                                         IConfiguration config)
Notifies the CRT that a component's configuration data has been changed.
Parameters:
uri - The URI of the reconfigured component.
config - The changed element.

notifyComponentConfigRemoved

public void notifyComponentConfigRemoved(ComponentUri uri)
Notifies the CRT that a component has been removed from the configuration.
Parameters:
uri - The URI of the removed component.

SAP NetWeaver '04

Copyright © 2004 by SAP AG. All Rights Reserved.
SAP, R/3, mySAP, mySAP.com, xApps, xApp, SAP NetWeaver, and other SAP products and services mentioned herein as well as their respective logos are trademarks or registered trademarks of SAP AG in Germany and in several other countries all over the world. All other product and service names mentioned are the trademarks of their respective companies. Data contained in this document serves informational purposes only. National product specifications may vary.

These materials are subject to change without notice. These materials are provided by SAP AG and its affiliated companies ("SAP Group") for informational purposes only, without representation or warranty of any kind, and SAP Group shall not be liable for errors or omissions with respect to the materials. The only warranties for SAP Group products and services are those that are set forth in the express warranty statements accompanying such products and services, if any. Nothing herein should be construed as constituting an additional warranty.