org.fusesource.web.console.client.util
Class MessageHelper

java.lang.Object
  extended by org.fusesource.web.console.client.util.MessageHelper

public class MessageHelper
extends java.lang.Object

Version:
$Revision: 1.1 $

Constructor Summary
MessageHelper()
           
 
Method Summary
static void failed(java.lang.String message, java.lang.Throwable failure)
           
static void failed(java.lang.Throwable failure)
           
static void status(java.lang.String text)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MessageHelper

public MessageHelper()
Method Detail

failed

public static void failed(java.lang.Throwable failure)

failed

public static void failed(java.lang.String message,
                          java.lang.Throwable failure)

status

public static void status(java.lang.String text)


Copyright © 2009 FuseSource. All Rights Reserved.