| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ReaderEventListener
Interface that receives callbacks for component, alias and import registrations during a bean definition reading process.
ReaderContext| Method Summary | |
|---|---|
|  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. | 
| Method Detail | 
|---|
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| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||