Package de.intarsys.tools.message
Interface IMessageBundleAccess
-
- All Superinterfaces:
IMessageBundleSupport
public interface IMessageBundleAccess extends IMessageBundleSupport
An interface indicating support for assigning aMessageBundle.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsetMessageBundle(MessageBundle messageBundle)Associate the message bundle with the receiver.-
Methods inherited from interface de.intarsys.tools.message.IMessageBundleSupport
getMessageBundle
-
-
-
-
Method Detail
-
setMessageBundle
void setMessageBundle(MessageBundle messageBundle)
Associate the message bundle with the receiver.- Parameters:
messageBundle- AMessageBundleinstance suitable to load messages associated with the receiver context.
-
-