|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
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 |
public void notifyComponentConfigAdded(ComponentUri containerUri,
IConfiguration config)
containerUri - The URI of the container for the new component -
optional (can be null ).config - The configuration data.
public void notifyComponentConfigChanged(ComponentUri uri,
IConfiguration config)
uri - The URI of the reconfigured component.config - The changed element.public void notifyComponentConfigRemoved(ComponentUri uri)
uri - The URI of the removed component.
|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||