org.das2.system
Class UserMessageCenter

java.lang.Object
  extended by org.das2.system.UserMessageCenter

public class UserMessageCenter
extends java.lang.Object


Method Summary
static UserMessageCenter getDefault()
           
 void notifyUser(java.lang.Object source, java.lang.String message)
          Notify the user of the message, coalescing redundant messages from the same source, etc.
 void notifyUser(java.lang.Object source, java.lang.Throwable e)
          Notify user that an exception occured, presumably because they are capable of handling the exception.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getDefault

public static UserMessageCenter getDefault()

notifyUser

public void notifyUser(java.lang.Object source,
                       java.lang.String message)
Notify the user of the message, coalescing redundant messages from the same source, etc.


notifyUser

public void notifyUser(java.lang.Object source,
                       java.lang.Throwable e)
Notify user that an exception occured, presumably because they are capable of handling the exception.