public interface ReaderEventListener extends EventListener
ReaderContext| Modifier and Type | Method and Description | 
|---|---|
| void | aliasRegistered(AliasDefinition aliasDefinition)Notification that the given alias has been registered. | 
| void | componentRegistered(ComponentDefinition componentDefinition)Notification that the given component has been registered. | 
| void | defaultsRegistered(DefaultsDefinition defaultsDefinition)Notification that the given defaults has been registered. | 
| void | importProcessed(ImportDefinition importDefinition)Notification that the given import has been processed. | 
void defaultsRegistered(DefaultsDefinition defaultsDefinition)
defaultsDefinition - a descriptor for the defaultsDocumentDefaultsDefinitionvoid componentRegistered(ComponentDefinition componentDefinition)
componentDefinition - a descriptor for the new componentBeanComponentDefinitionvoid aliasRegistered(AliasDefinition aliasDefinition)
aliasDefinition - a descriptor for the new aliasvoid importProcessed(ImportDefinition importDefinition)
importDefinition - a descriptor for the import