net.refractions.udig.catalog.ui
Interface IMessageBoard

All Known Implementing Classes:
StatusLineMessageBoardAdapter

public interface IMessageBoard

Abstracts out a place to post messages.

Since:
1.1.0
Author:
Jesse
See Also:
StatusLineMessageBoardAdapter

Nested Class Summary
static class IMessageBoard.Type
           
 
Method Summary
 void putMessage(java.lang.String message, IMessageBoard.Type messageType)
          Adds/Sets a message on the message board.
 

Method Detail

putMessage

void putMessage(java.lang.String message,
                IMessageBoard.Type messageType)
Adds/Sets a message on the message board.

Parameters:
message - message to set on the message board.