| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.springframework.beans.factory.parsing.EmptyReaderEventListener
public class EmptyReaderEventListener
Empty implementation of the ReaderEventListener interface, providing no-op implementations of all callback methods.
| Constructor Summary | |
|---|---|
| EmptyReaderEventListener() | |
| 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. | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public EmptyReaderEventListener()
| Method Detail | 
|---|
public void defaultsRegistered(DefaultsDefinition defaultsDefinition)
ReaderEventListener
defaultsRegistered in interface ReaderEventListenerdefaultsDefinition - a descriptor for the defaultsDocumentDefaultsDefinitionpublic void componentRegistered(ComponentDefinition componentDefinition)
ReaderEventListener
componentRegistered in interface ReaderEventListenercomponentDefinition - a descriptor for the new componentBeanComponentDefinitionpublic void aliasRegistered(AliasDefinition aliasDefinition)
ReaderEventListener
aliasRegistered in interface ReaderEventListeneraliasDefinition - a descriptor for the new aliaspublic void importProcessed(ImportDefinition importDefinition)
ReaderEventListener
importProcessed in interface ReaderEventListenerimportDefinition - a descriptor for the import| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||