Also: SpringBeans
public interface

ReaderEventListener

implements EventListener
org.springframework.beans.factory.parsing.ReaderEventListener
Known Indirect Subclasses

Class Overview

Interface that receives callbacks for component, alias and import registrations during a bean definition reading process.

See Also

Summary

Public Methods
abstract void aliasRegistered(AliasDefinition aliasDefinition)
Notification that the given alias has been registered.
abstract void componentRegistered(ComponentDefinition componentDefinition)
Notification that the given component has been registered.
abstract void defaultsRegistered(DefaultsDefinition defaultsDefinition)
Notification that the given defaults has been registered.
abstract void importProcessed(ImportDefinition importDefinition)
Notification that the given import has been processed.

Public Methods

public abstract void aliasRegistered (AliasDefinition aliasDefinition)

Also: SpringBeans

Notification that the given alias has been registered.

Parameters
aliasDefinition a descriptor for the new alias

public abstract void componentRegistered (ComponentDefinition componentDefinition)

Also: SpringBeans

Notification that the given component has been registered.

Parameters
componentDefinition a descriptor for the new component

public abstract void defaultsRegistered (DefaultsDefinition defaultsDefinition)

Also: SpringBeans

Notification that the given defaults has been registered.

Parameters
defaultsDefinition a descriptor for the defaults

public abstract void importProcessed (ImportDefinition importDefinition)

Also: SpringBeans

Notification that the given import has been processed.

Parameters
importDefinition a descriptor for the import