|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Conversation | |
---|---|
jabber | |
jabber.conversation | |
jmc |
Uses of Conversation in jabber |
---|
Methods in jabber with parameters of type Conversation | |
---|---|
void |
JabberListener.newComposingEvent(Conversation _conv)
|
void |
JabberListener.newConversationEvent(Conversation _conversation)
A roster (or group of rosters) has set up a conversation with the user |
void |
JabberListener.newMessageEvent(Conversation _conversation,
int tab)
A new message has been received for the given conversation. |
void |
JabberListener.notifyError(Conversation _conversation,
Message _errorMessage)
An error occured on the given conversation |
Uses of Conversation in jabber.conversation |
---|
Subclasses of Conversation in jabber.conversation | |
---|---|
class |
Chat
Chat abstract class |
class |
GroupChat
MultiChat class |
class |
SingleChat
Class for chat one to one |
Uses of Conversation in jmc |
---|
Methods in jmc with parameters of type Conversation | |
---|---|
void |
MidletEventListener.newComposingEvent(Conversation _conv)
ConversationListener method for a new message arrival from the server |
void |
MidletEventListener.newConversationEvent(Conversation _conv)
ConversationListener method for a new chat start notification |
void |
MidletEventListener.newMessageEvent(Conversation _conv,
int tab)
ConversationListener method for a new message arrival from the server |
void |
MidletEventListener.notifyError(Conversation _conversation,
Message _errorMessage)
ConversationListener method for the chat notification error |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |