public class

EmptyReaderEventListener

extends Object
implements ReaderEventListener
java.lang.Object
   ↳ org.springframework.beans.factory.parsing.EmptyReaderEventListener

Class Overview

Empty implementation of the ReaderEventListener interface, providing no-op implementations of all callback methods.

Summary

Public Constructors
EmptyReaderEventListener()
Public Methods
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.
[Expand]
Inherited Methods
From class java.lang.Object
From interface org.springframework.beans.factory.parsing.ReaderEventListener

Public Constructors

public EmptyReaderEventListener ()

Also: SpringBeans

Public Methods

public void aliasRegistered (AliasDefinition aliasDefinition)

Also: SpringBeans

Notification that the given alias has been registered.

Parameters
aliasDefinition a descriptor for the new alias

public void componentRegistered (ComponentDefinition componentDefinition)

Also: SpringBeans

Notification that the given component has been registered.

Parameters
componentDefinition a descriptor for the new component

public void defaultsRegistered (DefaultsDefinition defaultsDefinition)

Also: SpringBeans

Notification that the given defaults has been registered.

Parameters
defaultsDefinition a descriptor for the defaults

public void importProcessed (ImportDefinition importDefinition)

Also: SpringBeans

Notification that the given import has been processed.

Parameters
importDefinition a descriptor for the import