nl.toolforge.karma.core.cmd.event
Interface Message

All Known Implementing Classes:
AbstractMessage, SimpleMessage

public interface Message

A command message is a message container for messages generated by Commands. A general message from a CVS-command could be an OK from the server. Another example is a message containing a formatted string.

Version:
$Id: Message.java,v 1.1 2004/10/09 21:24:24 asmedes Exp $
Author:
D.A. Smedes

Method Summary
 java.lang.String getMessageText()
          Returns the message in a human readable form.
 

Method Detail

getMessageText

public java.lang.String getMessageText()
Returns the message in a human readable form. This string should be formatted without newline characters, to enable any interface application to process them easily.

Returns:
The message text of this message.


Copyright © 2002-2004 Toolforge. All Rights Reserved.