public interface CentraSiteRegistryObjectListener
Modifier and Type | Method and Description |
---|---|
void |
execute(CentraSiteRegistryObject registryObject)
Process the registry object to which the listener is listening.
|
void execute(CentraSiteRegistryObject registryObject) throws JAXRException
registryObject
- registry object to which the listener is listeningJAXRException
- in case of failed to execute the listener actions.