Package de.intarsys.tools.message
Interface IMessageBundleAccess
- All Superinterfaces:
IMessageBundleSupport
An interface indicating support for assigning a
MessageBundle
.-
Method Summary
Modifier and TypeMethodDescriptionvoid
setMessageBundle
(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
- AMessageBundle
instance suitable to load messages associated with the receiver context.
-