|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MessageProvider
The interface of an entity that is capable for displaying modal "dialogs".
Method Summary | |
---|---|
void |
showException(java.lang.String message,
java.lang.Throwable exception)
Show an error message with the stack trace. |
void |
showMessage(java.lang.String message)
Show a single message. |
Methods inherited from interface com.intel.gpe.client2.providers.SimpleMessageProvider |
---|
show, show |
Method Detail |
---|
void showException(java.lang.String message, java.lang.Throwable exception)
message
- the messageexception
- the exception containing the stack tracevoid showMessage(java.lang.String message)
message
- the message string
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |