Uses of Class
tigase.jaxmpp.core.client.xmpp.modules.chat.Chat

Packages that use Chat
tigase.jaxmpp.core.client   
tigase.jaxmpp.core.client.xmpp.modules.chat   
 

Uses of Chat in tigase.jaxmpp.core.client
 

Methods in tigase.jaxmpp.core.client that return Chat
 Chat JaxmppCore.createChat(JID jid)
           
 

Methods in tigase.jaxmpp.core.client that return types with arguments of type Chat
 List<Chat> MultiJaxmpp.getChats()
          Returns collection of all known Chat from all registered JaxmppCore.
 

Uses of Chat in tigase.jaxmpp.core.client.xmpp.modules.chat
 

Fields in tigase.jaxmpp.core.client.xmpp.modules.chat with type parameters of type Chat
protected  ArrayList<Chat> AbstractChatManager.chats
           
 

Methods in tigase.jaxmpp.core.client.xmpp.modules.chat that return Chat
 Chat MessageModule.createChat(JID jid)
          Creates new chat object.
 Chat AbstractChatManager.createChat(JID jid)
           
protected abstract  Chat AbstractChatManager.createChatInstance(JID fromJid, String threadId)
           
 Chat MessageModule.MessageEvent.getChat()
          Return chat related to message.
protected  Chat AbstractChatManager.getChat(JID jid, String threadId)
           
 Chat JidOnlyChatSelector.getChat(List<Chat> chats, JID jid, String threadId)
           
 Chat DefaultChatSelector.getChat(List<Chat> chats, JID jid, String threadId)
           
 Chat ChatSelector.getChat(List<Chat> chats, JID jid, String threadId)
           
 Chat AbstractChatManager.process(Message message, Observable observable)
           
 

Methods in tigase.jaxmpp.core.client.xmpp.modules.chat that return types with arguments of type Chat
 List<Chat> MessageModule.getChats()
          Returns all chat objects.
 List<Chat> AbstractChatManager.getChats()
           
 

Methods in tigase.jaxmpp.core.client.xmpp.modules.chat with parameters of type Chat
 void MessageModule.close(Chat chat)
          Destroy chat object.
 boolean AbstractChatManager.close(Chat chat)
           
 void MessageModule.MessageEvent.setChat(Chat chat)
           
protected  boolean AbstractChatManager.update(Chat chat, JID fromJid, String threadId)
           
 

Method parameters in tigase.jaxmpp.core.client.xmpp.modules.chat with type arguments of type Chat
 Chat JidOnlyChatSelector.getChat(List<Chat> chats, JID jid, String threadId)
           
 Chat DefaultChatSelector.getChat(List<Chat> chats, JID jid, String threadId)
           
 Chat ChatSelector.getChat(List<Chat> chats, JID jid, String threadId)
           
 



Copyright © 2006-2012 Tigase. All Rights Reserved.