com.ideo.sweetdevria.taglib.messenger
Interface MessageInterface

All Known Implementing Classes:
MandatoryControlTag, MandatoryTag, TestTag

public interface MessageInterface

Interface to implement in order to handle and broadcast some messages on failure

Author:
Julien Maupoux

Method Summary
 void addMessage(java.lang.String type, java.lang.String message)
          This class adds a message.
 

Method Detail

addMessage

void addMessage(java.lang.String type,
                java.lang.String message)
This class adds a message.

Parameters:
type - the type of the message (referring to a messenger)
message - the content of the message


Copyright © 2010 Ideo Technologies. All Rights Reserved.