|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
An interface to encapsulate an object that listens for notification from the ChatService of newly arrived requests for a chat session, and responses to requests for a chat session.
| Method Summary | |
void |
chatApproved(pawn.messages.InitiateChatResponseMessage response)
Notify the listener that a chat session has been approved. |
void |
chatRequested(pawn.messages.InitiateChatRequestMessage request,
int queryID)
Notify the listener that a chat session has been requested. |
| Method Detail |
public void chatApproved(pawn.messages.InitiateChatResponseMessage response)
response - the response to the request for a chat session.
public void chatRequested(pawn.messages.InitiateChatRequestMessage request,
int queryID)
request - the object containing the chat session request info.queryID - the query ID from the Resolver Query Message used to send the request.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||