Interface MessageProvider
- All Known Implementing Classes:
LanguageManager
public interface MessageProvider
Provide messages based on keys, for example from a language file
-
Method Summary
Modifier and TypeMethodDescriptiongetMessage(String key)
Get the message that is linked to the specified key
-
Method Details
-
getMessage
Get the message that is linked to the specified key- Parameters:
key
- The key of the message to get- Returns:
- A list with the lines of the message
-