public class UserMessageCenter
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
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.
|
public static UserMessageCenter getDefault()
public void notifyUser(java.lang.Object source, java.lang.String message)
public void notifyUser(java.lang.Object source, java.lang.Throwable e)