|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.das2.system.UserMessageCenter
public class UserMessageCenter
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 |
---|
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)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |