org.jtheque.core.managers.message
Interface IMessageManager

All Known Implementing Classes:
MessageManager

public interface IMessageManager

A message manager. This manager is responsible to get and to display message from the core, the application and the modules websites.

Author:
Baptiste Wicht

Method Summary
 void displayIfNeeded()
          Display the messages if needed.
 java.util.List<Message> getMessages()
          Return all the messages.
 void loadMessages()
          Load the messages from the different sources.
 

Method Detail

getMessages

java.util.List<Message> getMessages()
Return all the messages.

Returns:
A List containing all the messages.

loadMessages

void loadMessages()
Load the messages from the different sources.


displayIfNeeded

void displayIfNeeded()
Display the messages if needed.



Copyright © 2009 JTheque. All Rights Reserved.