|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use Contact | |
| net.sf.dexterim.core | |
| net.sf.dexterim.msn | |
| net.sf.dexterim.msn.util | |
| net.sf.dexterim.oscar | |
| net.sf.dexterim.oscar.icbm | |
| Uses of Contact in net.sf.dexterim.core |
| Classes in net.sf.dexterim.core that implement Contact | |
class |
AbstractContact
|
class |
DefaultContact
|
| Methods in net.sf.dexterim.core that return Contact | |
Contact |
ContactList.getContact(int index)
|
Contact |
DefaultContactList.getContact(int index)
|
| Methods in net.sf.dexterim.core with parameters of type Contact | |
void |
ContactList.add(Contact contact)
|
void |
Conversation.join(Contact contact)
Add contact to the conversation. |
void |
DefaultContactList.add(Contact contact)
|
| Uses of Contact in net.sf.dexterim.msn |
| Classes in net.sf.dexterim.msn that implement Contact | |
class |
MsnContact
|
| Methods in net.sf.dexterim.msn with parameters of type Contact | |
void |
MsnConversation.join(Contact contact)
|
void |
MsnConversation.inviteContact(Contact contact)
Sends a Message of the form CAL 2 name_123@hotmail.com to
invite User name_123@hotmail.com to a chat session |
| Uses of Contact in net.sf.dexterim.msn.util |
| Methods in net.sf.dexterim.msn.util with parameters of type Contact | |
void |
ContactQueque.addContact(Contact contact)
|
| Uses of Contact in net.sf.dexterim.oscar |
| Methods in net.sf.dexterim.oscar with parameters of type Contact | |
void |
OscarConnection.sendMessage(Contact contact,
java.lang.String message)
TODO should throw an Exception |
void |
OscarConversation.join(Contact contact)
|
| Uses of Contact in net.sf.dexterim.oscar.icbm |
| Constructors in net.sf.dexterim.oscar.icbm with parameters of type Contact | |
SendMessageRequest(Contact recipient,
java.lang.String message,
boolean storeIfOffline,
boolean requestAcknowledge)
|
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||