|
JXTA | ||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface that needs to be implemented by classes that want to display chat results.
Method Summary | |
void |
debug_MSG(java.lang.String str)
Print a debug message |
boolean |
displayDialog(java.lang.String name,
java.lang.String pipeID)
Request input from the user whether a secure chat with peer named name on pipe pipeId will be aaccepted |
void |
displayMessage(java.lang.String str)
Display a message |
void |
error(java.lang.String str)
Print an error message |
void |
info(java.lang.String str)
Print an info message |
Method Detail |
public void debug_MSG(java.lang.String str)
str
- the debug message to printpublic void error(java.lang.String str)
str
- the error message to printpublic void info(java.lang.String str)
str
- the info message to printpublic void displayMessage(java.lang.String str)
str
- the message to printpublic boolean displayDialog(java.lang.String name, java.lang.String pipeID)
name
- the name of the peer requesting the secure chatpipeID
- the pipe on which the chat is requested
|
JXTA | ||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |