tweed.message
Interface UserMessage

All Known Subinterfaces:
ValidationMessage

public interface UserMessage

A small text, plus some optional information, shown to User as feedback for his actions.

Version:
$Id$
Author:
Laurent Caillette

Method Summary
 java.lang.String getBody()
           
 Severity getSeverity()
           
 java.util.Date getTimestamp()
           
 

Method Detail

getBody

public java.lang.String getBody()

getSeverity

public Severity getSeverity()

getTimestamp

public java.util.Date getTimestamp()


Copyright © 2003 Laurent Caillette. All Rights Reserved.