Spring.Core Send comments on this topic.
IMessageSourceAware Interface
See Also  Members  
Spring.Context Namespace : IMessageSourceAware Interface


To be implemented by any object that wishes to be notified of the IMessageSource associated with it.

Syntax

Visual Basic (Declaration) 
Public Interface IMessageSourceAware 
Visual Basic (Usage)Copy Code
Dim instance As IMessageSourceAware
C# 
public interface IMessageSourceAware 

Remarks

In the current implementation, the IMessageSource will typically be the associated IApplicationContext that spawned the implementing object.

The IMessageSource can usually also be passed on as an object reference to arbitrary object properties or constructor arguments, because a IMessageSource is typically defined as an object with the well known name "messageSource" in the associated application context.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also