Package de.intarsys.tools.message
Interface IMessageBundleAccess
- All Superinterfaces:
IMessageBundleSupport
An interface indicating support for assigning a
MessageBundle.-
Method Summary
Modifier and TypeMethodDescriptionvoidsetMessageBundle(MessageBundle messageBundle) Associate the message bundle with the receiver.Methods inherited from interface de.intarsys.tools.message.IMessageBundleSupport
getMessageBundle
-
Method Details
-
setMessageBundle
Associate the message bundle with the receiver.- Parameters:
messageBundle- AMessageBundleinstance suitable to load messages associated with the receiver context.
-