|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MessageItem
The MessageItem interface gives access to a text message. It can also hold a Throwable and a time stamp ad which the message was created.
Method Summary | |
---|---|
Throwable |
getCause()
If the message is related to a cause, this returns that cause. |
Date |
getDate()
Returns the time stamp ad which the message was created. |
String |
getMessage()
Returns the message text. |
String |
getPriority()
Returns the message priority. |
Method Detail |
---|
Date getDate()
String getPriority()
Throwable getCause()
String getMessage()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |