|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface JabberListener
Interface for jabber events listeners
Method Summary | |
---|---|
void |
disconnectedEvent()
|
void |
newComposingEvent(Conversation _conv)
|
void |
newConversationEvent(Conversation _conversation)
A roster (or group of rosters) has set up a conversation with the user |
void |
newInvitationEvent(java.lang.String from,
java.lang.String room)
A new invitation has been received. |
void |
newMessageEvent(Conversation _conversation,
int tab)
A new message has been received for the given conversation. |
void |
notifyError(Conversation _conversation,
Message _errorMessage)
An error occured on the given conversation |
void |
notifyJudInfo(java.lang.String info)
|
void |
notifyPresence(Jid _roster,
java.lang.String _presence)
|
void |
notifyPresenceError(java.lang.String _error)
|
void |
notifyRoster()
|
void |
unauthorizedEvent(java.lang.String reason)
|
void |
updateScreen()
|
Method Detail |
---|
void notifyRoster()
void notifyJudInfo(java.lang.String info)
void newConversationEvent(Conversation _conversation)
void newMessageEvent(Conversation _conversation, int tab)
void newComposingEvent(Conversation _conv)
void newInvitationEvent(java.lang.String from, java.lang.String room)
void notifyError(Conversation _conversation, Message _errorMessage)
void disconnectedEvent()
void notifyPresence(Jid _roster, java.lang.String _presence)
void notifyPresenceError(java.lang.String _error)
void updateScreen()
void unauthorizedEvent(java.lang.String reason)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |