Ejemplo n.º 1
0
 /**
  * Sets the content to this <tt>Message</tt>. Used to change the content, before showing action
  * messages to the user.
  *
  * @param messageContent the new message content
  */
 @Override
 protected void setContent(String messageContent) {
   super.setContent(messageContent);
 }